[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Not getting the function name using the Debug Library in Lua 5.1
- From: Mike Pall <mikelu-0801@...>
- Date: Tue, 29 Jan 2008 13:25:22 +0100
E. Wing wrote:
> Thank you again for the response. That was really helpful. Is there a
> C-API equivalent to this?
Please check the Lua manual entries for lua_next() and
lua_rawequal():
http://www.lua.org/manual/5.1/manual.html#lua_next
http://www.lua.org/manual/5.1/manual.html#lua_rawequal
Search the mailing list for lua_next to see some pitfalls with
its use.
--Mike