Returns the absolute value of a numeric value or numeric expression (integer or real).
// Retrieve the absolute value
ResAbsoluteValue = Abs(-16.23) // Returns 16.23
ResAbsoluteValue = Abs(4.51 + 16.23) // Returns 20.74
Syntax
<Result> = Abs(<Numeric>)
<Result>: Integer or real
Sought absolute value.
<Numeric>: Numeric expression, integer or real
Numeric expression or numeric value to use.
Remarks
Decimal separator
The decimal separator for the real numbers is the one defined in the control panel of Windows.
Business / UI classification: Neutral code