[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Extra Lua table in a library registration
- From: "Geo Massar" <LuaGeo@...>
- Date: Tue, 15 Aug 2006 10:01:11 -0700
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