The GetFirst function retrieves the first item of the array.
Syntax
Pointer Array.GetFirst()
Parameters
The GetFirst function has no parameters.
Return value
The GetFirst function returns the object reference.
If an error occurs, the GetFirst function returns null.
Example
Value value
value = myArray.GetFirst()
value = myArray.GetFirst()