Pos (Reserved Word)
Returns the absolute value of num.
Pos(Num)
Where Num is a numeric expression to be used in the calculation.
Examples
Pos(-5) returns 5.
Pos(350) returns 350.