User Tools

Site Tools


syntax:operators

This is an old revision of the document!


Operators

Here is list of operators that can be used in expressions in EasyMorph.

Operator Description Result
+ Addition Number
- Subtraction Number
* Multiplication Number
/ Division Number
& Text concatenation Text
> Greater than Boolean
>= Greater than or equal Boolean
< Less than Boolean
<= Less than or equal Boolean
= Equal Boolean
!= Not equal Boolean
<> Not equal Boolean
and Logical AND Boolean
or Logical OR Boolean
not Logical NOT Boolean

Examples of operators in expressions:

1 + 2
(10 + 5 ) * 3
'Easy' & 'Morph'
[Amount] > 1000
([Amount] > 1000 and [Quantity] > 1) or [Quantity]>10
syntax/operators.1422738492.txt.gz · Last modified: 2015/01/31 16:08 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki