An operator is a symbol that represents a specific action. The standard operators are available for use in Newlook macros.
For a list of all the Operators available within Newlook, select the Contents tab of Help and expand the Newlook Reference Guide > Operators section.
When several operations occur in an expression, each part is evaluated and resolved in a predetermined order. That order is known as operator precedence . Parentheses can be used to override the order of precedence and force some parts of an expression to be evaluated before others. Operations within parentheses are always performed before that outside. Within parentheses, however, normal operator precedence is observed.
+ |
Addition |
- |
Subtraction |
* |
Multiplication |
/ |
Division |
\ Or Div |
Integer division |
Mod |
Modulus |
^ |
Exponentiation |
< |
Less than |
<= |
Less than or equal to |
> |
Greater than |
>= |
Greater than or equal to |
= |
Equal to |
<> |
Not equal to |
Like |
String pattern match |
+ |
Positive |
- |
Negative |
& |
Concatenation |
And |
Logical and |
Eqv |
Logical equivalence |
Imp |
Logical imputation |
Not |
Logical not |
Or |
Logical or |
Xor |
Logical exclusive-or |
Actions | Constants | Functions | Methods | Objects & Controls | Properties | Operator precedence
© 2004-2021 looksoftware. All rights reserved.