in Array: Difference between revisions

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


back to [[Scripting_Reference#I|COMREF]]
back to [[Scripting_Reference#I|COMREF]]

Revision as of 19:12, 22 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