+ Unary positive operator
Preserves the positive or negative value of a numeric expression. Do not confuse this operator with the addition operator that you use to add expressions together.
Syntax
expression
ExampleIn the
r-unpos.p
example, the sign ofCreditLimit
is preserved as is the sign of the sum ofCreditLimit
+ 100. The unary positive is not necessary; it is used simply to document the procedure, as shown:
See also
OpenEdge Release 10.2B
|