ABS() |
Action
Returns the absolute value of a numeric variable. Syntax var = ABS(var2) Remarks var Variable that
is assigned the absolute value of var2. The absolute value of a number is always positive. See
also Difference with QB Example
Output 1000 |