[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: how to get the table from the stack
- From: "Honglei Tu" <honglei@...>
- Date: Tue, 6 Mar 2001 19:27:36 -0800
hi,
I am a new programmer in Lua.
If I use C code to push a table
on the top of stack.
In Lua code, how to get the table.
I know if I call a Lua function
such as f(a), the a will be the table.
But If I just want to use normal Lua code,
is there any functions to get the table?
Thank you very much for any info.
Honglei