Logical Functions
Excerpt |
---|
|
Functions which compare values and return a true or false result. |
List of logical functions
The following logical functions are available:
True and FalseThe values True and False are represented by 1 and 0 respectively in PhixFlow and any function which returns a logical value will return either 1 or 0.
Please also note that any non-null, non-zero value will be treated as True by the logical functions.
Comparator Type Logical Some logical functions may take a Comparator Type parameter which specifies the comparison operations. These are strings with one of the following values:
...