Indicates if a real value is an element of an array.
Format
ELEMENT (A, X)
Arguments
A | An array. |
B | A real number. |
Examples
For the following examples, assume that array A contains a list of integers from 1 through 10:
Function | ELEMENT(".MOD1.A",3) |
Result | true |
Function | ELEMENT(".MOD1.A",11) |
Result | false |