lua-users home
lua-l archive

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


Title: Message
Hi all,
I've got a simple question.
I'm storing into a table several items(other tables) using a numerical index as key
and I would like to know how many elements are into the table.So I tryed with lua_getn();
The problem is that I'm not inserting sorted elements, for instance if I insert the first element with
key 8 getn() will return 8.
 
Is there any way to have the real number of "non nil" elements?
 
thanks for your time
 
-------------------------------
Alberto Demichelis
alberto@crytek.de
Crytek Studios GmbH
------------------------------