The Get function retrieves the object instance of the item.
Syntax
Pointer Array.Get(
Integer index)
Integer index)
Parameters
| index | Index of the item. | Required |
|---|
Return value
The Get function returns the object reference or null if the item has no objects.
If an error occurs, the Get function returns null.
Example
Value value
value = myArray.Get(5)
value = myArray.Get(5)