Operator 1

Operator 1 indicates assignment operators, according to table of possibilities.
However, this field is only used for Execution items and, that way, it must contain only arithmetic operators.
This field is not enabled for Condition or Bond items, only Execution. |
Examples:
Assignment:
Type |
Result |
Operator 1 |
1st Expression |
Operator 2 |
2nd Expression |
Operator 3 |
Execution |
SalMes |
:= |
SRA->RA_SALARIO |
|
|
.END. |
Sum:
Type |
Result |
Operator 1 |
1st Expression |
Operator 2 |
2nd Expression |
Operator 3 |
Execution |
nSalTot |
+= |
SRA->RA_SALARIO |
|
|
|
Sum 1:
Type |
Result |
Operator 1 |
1st Expression |
Operator 2 |
2nd Expression |
Operator 3 |
Execution |
nItens |
++ |
|
|
|
.END. |
See Also
| • | Bound |