|
Peter Shook wrote:
It would be helpful to see your __index code.
Actually I know what is wrong with my current __index code, but I would like to make my (C++) code safe against it. At the moment it looks like I will do a lua function which does the "gettable" and call this function using lua_pcall interface. Eero