Posted 10 March 2013 - 10:22 AM
Hello,
For my program I am writing I need basicly an infinite table. Is there a way to add [3] to this table:
This are just some random chars, this is my full test code:
http://pastebin.com/ivNB9tuT
Seems to be working fine except for the last bit. ( -> the table.insert and the print both wont work either )
I hope this is even possible in a way and as always, thank you guys in advance,
Engineer
For my program I am writing I need basicly an infinite table. Is there a way to add [3] to this table:
local tTable = {
[1] = {"x", "z"},
[2] = {"a", "b"}
}
This are just some random chars, this is my full test code:
http://pastebin.com/ivNB9tuT
Seems to be working fine except for the last bit. ( -> the table.insert and the print both wont work either )
I hope this is even possible in a way and as always, thank you guys in advance,
Engineer