Hi people,
This must we very basic but I am stuck. I want to create a table:
a b c d
1
2
3
4
I want to be able to write
local t = {}
t["a"][1] = "value 1"
t["a"][2] = "value 2"
and so on. But that way it doesn’t work obviously. Can you, please, help me out?
Thank you all in advance [import]uid: 40334 topic_id: 16063 reply_id: 316063[/import]