Function Abs() Foundation
Determines the absolute value of a numeric expression.
Abs( <nExpression> ) --> nPositive
The return value of Abs() is a number >= 0 which represents the absolute value of <nExpression>.
The numeric function Abs() always returns a numeric value as a positive number regardless of its sign.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.