GetItemCount  Table

The GetItemCount function retrieves the number of items.

Syntax

Integer Table.GetItemCount()

Parameters

The GetItemCount function has no parameters.

Return value

The GetItemCount function returns a positive value.

Example

for i=0 ; i<myTable.GetItemCount() ; i++
end
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia