lua-users home
lua-l archive

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


Thanks again for the response. Using lua_next/lua_rawequal turned out
to go surprisingly smooth for me. Also, it turns out that searching
for 'lua_next' revealed an instance where my question was asked before
which I did not encounter with my other searches.

Thanks,
Eric




On 1/29/08, Mike Pall <mikelu-0801@mike.de> wrote:
> 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
>