convert list to string
Posted: Sat Mar 07, 2020 2:18 am
Hi there (me again)
This really is straight forward, but its late and I'm stumped??!! so any help appreciated.
I have a list field where you can select more than one line (containing names),
if I put the selected text from the field into a variable and put it, I can see that each entry is on a separate line (understandably),
but I need these names as a string; name1, name2, name3, etc... because I need to use them in a POST request.
Could you tell me the best way to do this?
Kind regards
Paul
This really is straight forward, but its late and I'm stumped??!! so any help appreciated.
I have a list field where you can select more than one line (containing names),
if I put the selected text from the field into a variable and put it, I can see that each entry is on a separate line (understandably),
but I need these names as a string; name1, name2, name3, etc... because I need to use them in a POST request.
Could you tell me the best way to do this?
Kind regards
Paul