Abs(<value>)
Returns the Absolute value (no sign) of the original value.
Example:
test = Abs(-5) ; test will be equal to 5