Two-dimensional array

Hello, people,
I have a two-dimensional array, [[{“a”,“b”,“c”},{1,2,3}]]
How do I reference item “b” in list1.
Example in COBOL result=(1,2)

“result” will be filled with item “b”.

Need help.

either use 2 dimentional list like this
image
or use split at " and select list item 4

The index starts at 1

See also

Taifun

oh yeah i forgot again cuz ai2 is the only few language that have index starting from 1