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