Re: [5.1.4/newbie] "attempt to index ... 'file' (a nil value)"?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [5.1.4/newbie] "attempt to index ... 'file' (a nil value)"?
- From: Gilles Ganault <gilles.ganault@...>
- Date: 2011年2月18日 14:56:57 +0100
On 2011年2月18日 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.