All functions listed here are supported in:
The functions are listed without additional information. Click on the function to see the full details.
Function | Description |
---|---|
between | Check if the value belongs to the given range. |
in | Check if the value is equal to at least one of the listed values. |
Some general notes on function parameters:
Check if the value belongs to the given range.
Supported value types: Integer, Float.
Returns: 1 - in range; 0 - otherwise.
Parameter:
Example:
Check if the value is equal to at least one of the listed values.
Supported value types: Integer, Float, Character, Text, Log.
Returns: 1 - if equal; 0 - otherwise.
Parameter:
The value is compared to the listed values as numbers, if all of these values can be converted to numeric; otherwise compared as strings.
Example: