ABS(


General Form:

     ABS( numeric_expression )


The ABS( function is used to return the absolute value of the expression. ABS( is valid wherever a numeric function is legal.

Syntax examples:

old_position = ABS(147*next_position)
IF (ABS(section) <> 24)
	...
END IF