IS_ELEMENT_OF
Appendix A Sec25.
IS_ELEMENT_OF
IS_ELEMENT_OF(A, B) returns 1 if any element of B matches any element of A, and 0 if there is no match
|
Arguments: |
A |
Numeric variable to search |
|
B |
Numeric variableto match |
|
|
Result Axes: |
X |
Abstract, 1 element long |
|
Y |
Normal |
|
|
Z |
Normal |
|
|
T |
Normal |
Example:
yes? list/nohead IS_ELEMENT_OF ({44,55,66}, {55}) 1.00