Increment the value by 1
Member of Floating Point Intrinsic Functions (PRIM_LIBI.IFloatingPointIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Float | 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