[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: attempt to call global (a nil value)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 21 Feb 2005 09:02:32 -0300
> So, I guess my question is that is there a limit to the number of globals one can have in a lua script or in general the lua global environment?
No, there's no such limit.
You'll have to post a minimal example code thatr shows the problem. (You'll
probably find the problem when you starting making this minimal example!)
--lhf