lua-users home
lua-l archive

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


On Fri, 18 Feb 2011 14:53:25 +0100, Axel Kittenberger
<axkibe@gmail.com> wrote:
>Best is to add a metatable to globals _G that errors on index. Put
>this on top of your program.

Thanks Axel. I'll give it a try.