lua-users home
lua-l archive

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


Yes, like in Lua, lua_newtable(L) should first be written before adding any elements to it. How could I overlook its importance! Odd is that my current version without lua_newtable(L) didn't throw exception. BTW, adding another table is no problem.

Thanks a bunch, Luiz.

Geo