Hi!
As you can see, rather than creating an array, split() creates a comma delimited list. (Axure doesn’t have arrays.)
Okay, fine, but you’d think if that’s the non-array solution here, Axure would have provided a string method like listItemAtIndex(). Well, they didn’t.
Here’s a shabby workaround.
To use it in your code, you can hide the UI, set text of both the list and the desire index fields using Set Text, use Fire Event OnClick on the Go button, and grab the text of the result rectangle. (Hey, I said it was shabby…)
get_list_item.rp (65.9 KB)