Abs
The Abs function returns the absolute value of the parameter.
Prototype
Abs(Parameter)
Arguments
Parameter Number By value
A valid number, an expression or a variable (Studio Only) that evaluates a number.
Returns
Number
The absolute value
Exception
Undefined
Undefined is returned if the Parameter is Undefined or is not a Number.
Examples
Abs(-10)
This will return [10].