lua-users home
lua-l archive

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


On Fri, 1 Jun 2007 07:28:33 -0700 (PDT)
spam@bitlet.com wrote:

> Thanks. The "const" is part of a class definition. I left
> that bit out for simplification, but the distinction may be
> important. Can I still access the value through _G[] ?
only if your class creates globals. it would be better to give us more
details about your class definition part (perhaps a simplified source
code?) so we can see what is inside the black box. %-)