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.
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
or use split at "
and select list item 4
oh yeah i forgot again cuz ai2 is the only few language that have index starting from 1