
Increment the value by 1
Member of Fixed Point Intrinsic Functions (PRIM_LIBI.IFixedPointIntrinsics)
Parameters
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Decimal | Resulting number |
Details
Succ returns the supplied variable incremented by 1.
Example
If (#Current = #Previous.Succ)
This is equivalent to writing
If (#Current = (#Previous + 1))
See also
LANSA Version 15, April 2020