lua-users home
lua-l archive

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


> I found that lua-5.1-work6 has the function "luaL_getfield", but
> lua-5.1-alpha doesn't have it.

Try luaL_findtable (which unfortunately does not appear in the reference
manual).