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: SETMEM(ABSNUM//ABS(~myNumber~)) |