Page 1 of 1

Comma character in a List or Choice value

Posted: Wed May 17, 2017 9:59 am
by Shon
I can load List or Choice values easily enough using commas to separate my values. Unfortunately, some of the values I am loading contain the comma character, which of course separates into a different list or choice value. Is there a way to send the comma character in a list or choice value without it registering as a change to the next list or choice value? So far I have been using a Find/Replace function and swapping the comma character inside the individual values out with a blank.

Re: Comma character in a List or Choice value

Posted: Wed May 17, 2017 11:36 am
by Scott Klement
Can you do this?

Code: Select all

[ "Choice One", "Choice Two", "Three, Choice"]