I’ve looked through the eggPlant/SenseTalk guides and I’m not having luck finding a means to do something.
I’ve created a list of nested lists…
Set listOfChars To {
(a, b, c), (1, 2, 3), (d, e, f), (4, 5, 6), (g, h, i)
}
I want to reference the elements in each nested list
Repeat until last item in listOfChars is reached
Put //a
Put //b
Put //c
End repeat
What is the syntax to reference each value in each nested list?
Thanks,
~ Doug