1st Expression

The formula expression defines the calculation to be executed. That way, it may include a formula, function call, field reference or mnemonic, according to table of possibilities.
1st Expression can be attributed to all items of Execution, Condition and Bond, with due regard to:
| • | Execution: the information in this field adds values to the variable of field Result. |
| • | Condition or Bond: the content in this field must inform part of condition to be verified. |
Examples:
Role Call:
Type |
Result |
Operator 1 |
1st Expression |
Operator 2 |
2nd Expression |
Operator 3 |
Execution |
nValTot |
:= |
fo_SomaIncSrv(@oSRV,RC_VALOR) |
|
|
.END. |
Bond |
|
|
!Eof() |
|
|
.END. |
Field reference:
Type |
Result |
Operator 1 |
1st Expression |
Operator 2 |
2nd Expression |
Operator 3 |
Execution |
nSalTot |
+= |
SRA->RA_SALARIO |
|
|
.END. |
Mnemonic reference:
Type |
Result |
Operator 1 |
1st Expression |
Operator 2 |
2nd Expression |
Operator 3 |
Condition |
|
|
cSitFgts |
$ |
O*P*Q |
.END. |
See Also
| • | Bond |