x in array

Operand types

x: Any Value
array: Array

Type of returned value

Description

Check if x is equal to any element of array.

Used In

OFP/ArmA

Example

_it = 1 in [0, 1, 2] ..........Result is true
Search OFPEC COMREF