Abs
function Abs(Value) As Value
Returns the absolute value of a specified number.
Parameters
Example:
Dim i i = Abs(-1000) ' returns i = 1000