These operators are valid in any Connect CDC Director expression.
Operator |
Description |
== |
Is equal |
!= |
Is unequal |
>= |
Is greater than or equal to |
<= |
Is less than or equal to |
> |
Is greater than |
< |
Is less than |
&& |
And |
|| |
Either/or |
! |
Not |
+ |
Addition |
- |
Subtraction |
* |
Multiplication |
/ |
Division |
% |
Remainder (or mod) |
, |
Delimiter, separates items |
CR |
Starts a new line. Line breaks you create with keyboard “return” keys are ignored by the Expression Handler. The Expression Handler treats all the text you specify in the expression workbox as a single, unbroken line unless you enter CR to force a break. |
/* comments */ |
Enclose comment text |