lua-users home
lua-l archive

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


Patrick O'Leary Jr. wrote:
Patrick O'Leary Jr. wrote:
lua_tostring can throw off lua_next. You can use lua_pushvalue to create a copy of the item and then use lua_tostring on that copy (then pop the copy) and lua_next will still be good-to-go.
To be more clear re lua_tostring -> http://pgl.yoyo.org/luai/i/lua_next
Re-reading your post - which I should have done a bit closer the first time - your usage of lua_tostring is only for LUA_TSTRING's so it shouldn't upset lua_next. Please disregard my spamming!