Anyone could give me an idea how to index several tables using subscripts?
I have something like this:
- local table1 = {item1, item2, … etc}
- local table2 = {}
- local table3 = {}
etc - for i = 1, 3
- for j = 1, #table … i do
- print(table… i … [j])
- end
- end
I get errors in statements 5) and 6).
Is it even possible to do something like this?
Thanks for your help; [import]uid: 35119 topic_id: 18541 reply_id: 318541[/import]