in Array: Difference between revisions
Categories:
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#I|COMREF]] | back to [[Scripting_Reference#I|COMREF]] | ||
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#I|COMREF]] | back to [[Scripting_Reference#I|COMREF]] | ||
back to COMREF
Operand types:
x: Any Value
array: Array
Type of returned value:
Description:
Check if x is equal to any element of array.
Example:
_it = 1 in [0, 1, 2] ...... Result is true