Syntax:=Absolute(Number)
Description:Returns the absolute value of a number. Equivalent to the Visual Basic ABS function.The absolute value of a number is its unsigned magnitude. For example, Absolute(-1) and Absolute(1) both return 1.
Example:=Absolute(-3.2)