ABSOLUTE function
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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
|