Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to pull a preselected item from a list of items (array list) in script:
list is a string of names: 'James','John','Jill'
given a selector of 2, how can I get the second item in list, namely 'John'?
Thanks
use subfield()
--> 3 parameter variant
for example:
subfield(YOURFIELD,',',2)
use subfield()
--> 3 parameter variant
for example:
subfield(YOURFIELD,',',2)