lua-users home
lua-l archive

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


Hello,
When I encounter a return value after lua_pcall that is lua_istable, I want to get the table name as a string. Do I just call lua_tostring? Or is there some sort of "lua_totable"? (Although I don't want the table, just the name)
Thanks,
Brett