lua-users home
lua-l archive

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


Try lua_isnumber first... lua_isstring is converting the numerical keys
into strings... Actually, use a switch on lua_type.