Abs

Public Function Abs(ByVal Number As Double) As Double

Returns the absolute number of a numeric value (removes the sign).

SendDebug Abs(-33.2) 'Prints 33.2

See also: