Abs
See Also: Math Functions
Purpose
Abs returns an absolute value.
Return Type
unsigned numeric
Syntax
(Abs({value}))
What It Does
Abs returns the absolute value of {value}.
number nTabulation
Move (Abs(-8.3782)) To nTabulation
In this example, the absolute value of -8.3782 (8.3782) is moved to the variable nTabulation.