lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> > variable = nil
>
> Yes, Dohh.. Sometimes the solution is right in front of you! Thank you

Actually, it's a reasonable question since Lua(and most other languages) make a confusing distinction between global and table variables. 

Steve