lua-users home
lua-l archive

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


Thanks lhf, I have posted a new problem , please try to tell me whats going on...
Ashwin
----- Original Message ----- From: "Luiz Henrique de Figueiredo" <lhf@tecgraf.puc-rio.br>
To: "Lua list" <lua@bazar2.conectiva.com.br>
Sent: Monday, February 21, 2005 5:02 AM
Subject: Re: attempt to call global (a nil value)


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