User`s guide

Contents 480 Index
Operators
Operators are available for comparison (=, <, <=, >, >=, <>), for arithmetical operations
(+, -, *, /), and for logical operations (AND, OR, AND NOT, OR NOT).
Operator Meaning
=
equals
<
smaller than
<=
smaller than or equal
>
greater than
>=
greater than or equal
<>
not equal
+
plus, concatenation of strings
-
minus
*
multiplied by
/
divided by
AND
logical and
OR
logical or
AND NOT
logical and not
OR NOT
logical or not