ABSOLUTE function
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Returns the absolute value of a numeric value.
Syntax
|
- n
- An integer or decimal expression. The return value is the same format as n.
Example
This procedure calculates the number of miles you drive between highway exit ramps.
r-abs.p
|