lua-users home
lua-l archive

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


> How do you get the size of a compact table in C in Lua 5.0?

Oops... in C you asked...

    luaL_getn(lua_State *L, int stack_index_of_table);

--
Wim