[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Tables, from Lua to C
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 10 Dec 2002 15:21:34 -0200
>Thanks Thiago, that fixed it :)
Note also that you don't need this:
lua_getglobal(L, "myData")
because the table is already on the top of the stack since you called
do_it(myData)
--lhf