Re: About the #(length) operator and table.getn
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: About the #(length) operator and table.getn
- From: "Raul Gerardo Huertas Paiva" <rax20037@...>
- Date: 2008年3月25日 19:13:17 -0500
So, to get the number of entries in a table y must do somethig like:
counter = 0;--The counter
function addcounter
counter = counter+1;
end
Foreach( tabla, addcounter) --PetitteVersion
???
Is this correct? :S