lua-users home
lua-l archive

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


> The manual states that lua_isstring may throw an error on
> a memory allocation failure. Is this correct?

No :) Thanks.


> Also luaL_findtable is not in the manual.

This is on purpose. This function is more for internal use...

-- Roberto