right, thanks. I'll review the lua_setfield(), after the first view, I've seen many other functions, eg. lua_creattable() (which also doesn't exists in the docs, as example - that's no problem, I just write this, because I'm learning it now...).
Have you consulted the Lua reference?
This does indeed describe ALL the Lua C API in detail, including lua_createtable().
—Tim
|