Hi guys,
I’ve got a few questions regarding tables and for loops.
I’m using a table (within a table) where the data is indexed by strings. It already holds some data, and more data can be added to it later on.
a) Is it possible assign a numerical index automatically to the tables, without having to manually?
b) When the For loop is running, it assigns an Event Listener to each object in the table, which I can then manipulate. As mentioned above, I have objects already in the table, and then more can be added later on. My issue with this is that I can only manipulate the objects which have been added later, not the existing ones.
I’ve tried several different ways but can’t seem to get it to work!
Thanks [import]uid: 40538 topic_id: 18220 reply_id: 318220[/import]