Currently i have a task to generate a list of long integer to [1,2,3,4]
What i think i should do is that i will use string join but the string join required a list input as text list
Can anyone help me with that
Hi,
Why you don't create your own function? Is a very easy function to do.
Regards
Hi Loc,
You can pass integer values where text is required, it converts automatically.
1. create a variable of TextRecordList type.
2. then listAppendAll your integer data into that list
3. then pass that list into stringJoin with , as a delimeter
3. then assign the output of stringJoin in a text var.
Attaching an OML for reference, just check textList screen.
Hoep it helps
Thanks