lua-users home
lua-l archive

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


> Wow - that really helps, thanks very much!  That's exactly what I
need.
Glad to help.

One more thing that is not apparent in the code I posted is that
CALLBACK_TABLE_REGISTRY_INDEX is a string not an integer. Integer keys
should not be used in the registry since it could interfere with the
referencing functions.

- DC