Open topic with navigation
Syntax
ABS(Number)
Description
Returns the absolute value of <Number>.
Example
ABS(-2.3) => 2.3
Number
Numeric expression or data field containing a Number.