|
Patrick O'Leary Jr. wrote:
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!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