Get  Array

The Get function retrieves the object instance of the item.

Syntax

Pointer Array.Get(
     Integer index)

Parameters

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