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