Re: C API question - modifing table
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: C API question - modifing table
- From: Jamie Webb <j@...>
- Date: 2004年8月11日 12:54:51 +0100
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