CONTAINS
Returns true if certain value is found in the array, false if not.
Declaration
CONTAINS(list_of_values, value_to_find) -> contained
Parameters
Return Values
- contained
- boolean -Boolean value representing the if an array contains a certain value.