Posted 16 September 2012 - 10:23 PM
Minor question..
Any possible way of doing this without a conditional?
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?