lua-users home
lua-l archive

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


> 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