ABS

This function calculates the absolute value of a number. The absolute value of number is the number without its sign. For example, Abs(–1) and Abs(1) both return 1

ABS(Number)

PARAMETERS

Number

Any numeric expression

Example:
To save the absolute value of the number currently contained in the myNUMBER textbox to the memory variable ABSNUM:

SETMEM(ABSNUM//ABS(~myNumber~))