in Array: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
[[Category:Scripting Commands ArmA|I]]
[[Category:Scripting Commands ArmA|I]]


back to [[Scripting_Reference#I|COMREF]]


<h2 style="color:#000066">'''''x'' in ''array'''''</h2>
<h2 style="color:#000066">'''''x'' in ''array'''''</h2>

Revision as of 13:13, 23 April 2006


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