lua-users home
lua-l archive

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


>I can get a list of the variables (using lua_getlocal),
>but I don't know how to get their values.

lua_getlocal leaves the value on the top of the stack.
--lhf