inArray
The inArray() function determines whether a value is part of an array.
inArray(array, value); e.g., inArray([1,2,3], $num);
This function is useful as a condition check together with the iif operator.
| << 3.7.5 Special Functions | © 1996-2013 InetSoft Technology Corporation (v11.5) | toArray >> |