in Array: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (x in Array moved to in Array)
(No difference)

Revision as of 18:33, 19 April 2006

back to COMREF

x in array


Operand types:

x: Any Value

array: Array

Type of returned value:

Boolean

Description:

Check if x is equal to any element of array.


Example:

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