lua-users home
lua-l archive

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


On Tue, Dec 04, 2001 at 11:10:05AM +0100, Edgar Toernig wrote:
> 
> PS: luaL_check_int is meant for arguments, not results.
> 

hi,

how can i typecheck the result then - i thought that
luaL_check_int() would be sufficient to verify that
the return value (at stack index 1) was an integer ?

thanks

-taj