Posted 21 December 2013 - 12:32 PM
How do i grab info from a table that is in a table?
example:
local test = {}
test[1] = {"lol", "me","worked"}
test[2] = {"test","it","no"}
i want to grab "it" from test[2]
Any help would be appreciated.
example:
local test = {}
test[1] = {"lol", "me","worked"}
test[2] = {"test","it","no"}
i want to grab "it" from test[2]
Any help would be appreciated.