if var[varname] == nil then ...but its giving me the attempt to call nil error , witch with what i'm doing i expect that variable not to exist yet. but i need to be able to make sure it doesn't exist before continuing on with the rest of the program.
simply put, how can i see if a var in a table exists when i expect it not to exist?












