Operators

 
 
 

You can enter operators in an expression directly by typing directly in the editing pane, or you can select them from the Function menu.

Math Operators

You can enter the following math operators, also available from the Function Arithmetic menu:

+

Add

-

Subtract

*

Multiply

/

Divide

%

Modulo (remainder)

Operators follow the standard of precedence: items enclosed in brackets first, then * and /, followed by + and -.

Boolean Operators

You can enter the following Boolean operators in a condition, also available from the Function Conditions menu:

==

Equal to

<

Less than

<=

Less than or equal to

>

Greater than

>=

Greater than or equal to

!=

Not equal to

&&

AND

||

OR

Creative Commons License Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License