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?

    table.getn(your_table_here)

--
Wim