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
end