array select index

Operand types

array: Array
index: Number

Type of returned value

Description

Select index element of array, index 0 denotes the first element, 1 indicates the second.

Used In

OFP/ArmA

Example

[1,2,3] select 1: .......Result is 2.
Search OFPEC COMREF