ABS()

 

Syntax:

Then: a = ABS(n)

 

Version Ref:   1.1

Description:

Returns the absolute value of a number.

Examples:

Then: aa="-6"
        Then: ab = abs(aa)

 

The contents of variable "ab" is "6".