array

  1. S

    How to select a single item from within a list or array?

    Hello, In AA, how can I select a single item from within a list? I have tried list(2), list[2] - neither work. I have a chunk of data, e.g. "Name: Brian, Sex: Male, Age: 32", which I have split into a list using a comma delimiter, I now want to send each item to a variable. I can go through...
Top