lua-users home
lua-l archive

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


On Wed, Aug 11, 2004 at 03:34:45PM +0400, Dmitry Samersoff wrote:
>  lua_pushstring(L, "RRN");
>  lua_pushstring(L, "abcd");
>  lua_settable(L,-3);

Sorry, I should've re-read your original post and seen the lua_settop.
The bit about lua_tostring and needing to pop the value still stands
though.

-- Jamie Webb