lua-users home
lua-l archive

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


>Is there an easy way to perform lua_gettable from
>the host program in a safe manner (without causing an
>exit() for the host in case of an error)?

In Lua 5.0 you can register a "panic" function that is called instead of exit.
--lhf