Increment the value by 1
Member of Fixed Point Intrinsic Functions (PRIM_LIBI.IFixedPointIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Decimal | Resulting number |
Succ returns the supplied variable incremented by 1.
If (#Current = #Previous.Succ)
This is equivalent to writing
If (#Current = (#Previous + 1))
Febuary 18 V14SP2