Operator 2

Operator 2 defines the operation to be carried out between content of fields 1st Expression and 2nd Expression, according to table of possibilities.
He is enabled for all items, informing arithmetic and logical operators when:
| • | Execution arithmetic operators. |
| • | Condition and Bond logical operators. |
Example:
Type |
Result |
Operator 1 |
1st Expression |
Operator 2 |
2nd Expression |
Operator 3 |
Execution |
nValTot |
:= |
nVal |
:= |
0 |
.END. |
Execution |
nValTot |
:= |
nVal |
+ |
SRA->RA_SALARIO |
.END. |
Condition |
|
|
CTipDep |
== |
2 |
.END. |
Bond |
|
|
cTipDep==2 |
.NOT. |
|
.END. |
See Also
| • | Bond |