Down = {}
Down[1] = "lol"
var = "Down"
print(var[1])
If you can read that code.. I basically want to have var refer to the table?Any possible way of doing this without a conditional?
Posted 16 September 2012 - 09:23 PM
Down = {}
Down[1] = "lol"
var = "Down"
print(var[1])
If you can read that code.. I basically want to have var refer to the table?Posted 16 September 2012 - 09:24 PM
0 members, 1 guests, 0 anonymous users