Absolute
rEducReturns the absolute value of the *number* provided in the first parameter.
Return
Type: float
Description: Returns the absolute value of the *number* provided in the first parameter.
Code
Absolute()
Examples
Absolute(-1)
Write(ToText(Absolute(0-800)))