[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.0
- From: Wim Couwenberg <w.couwenberg@...>
- Date: Mon, 5 Sep 2005 20:01:06 +0200
> How do you get the size of a compact table in C in Lua 5.0?
table.getn(your_table_here)
--
Wim