abs
Syntax
num2 = ABS(num1)
Arguments
num1, num2: numeric
Meaning
The abs function yields the absolute value of num1 (the difference between num1 and 0, so always a positive number).
Example
Integer value
value=abs(-10)
Result
value is 10
abs
Syntax
num2 = ABS(num1)
Arguments
num1, num2: numeric
Meaning
The abs function yields the absolute value of num1 (the difference between num1 and 0, so always a positive number).
Example
Integer value
value=abs(-10)
Result
value is 10
If this page contains errors, is unclear, or you have additional details that could benefit other users, please help us improve it:
Do not use this link if you need help working with Axiell Designer. For all support issues, please contact Axiell Support.