GetCount  Array

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
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia