reference:evaluator:arrayget

ArrayGet(
     array:array,
     int:index
)
anything

Arguments

array

Array to retrieve element from.

index

Index of element to retrieve.

Return value

Specified element value.

Description

Returns the value of the element at the specified index.

See also:
ArrayCreate
ArrayCopy
ArrayErase
ArrayPop
ArrayPush
ArrayRev
ArraySet
ArraySort