[Array->Get]

Array

Member

Preferred

5.0

[Array->Get] returns an item from the array. Accepts a single integer parameter identifying the position of the item to be returned.

The first element in an array is at position 1.

This tag can be used as the left parameter of an assignment operator to set an element of the array.

An error will be returned if an item is requested which is greater than the size of the array.

[Array->(Get: Array Position)]

[Array->(Get: Array Position)=New Value]

[Array->Get]