The GetCount function retrieves the number of items.
Syntax
Integer Array.GetCount()
Parameters
The GetCount function has no parameters.
Return value
The GetCount function returns the number of items.
Example
for i=0 ; i<myArray.GetCount() ; i++
end
end