| Syntax |
|
| Documentation | Returns the absolute value of the argument values separated by the whitespace character. If an argument is not negative, the argument is returned. If the argument is negative, the negation of the argument is returned. |
| Examples | |
Check if the value of a numeric variable is positive:
if{$equals{$get{number}}{$abs{$get{number}}}}
$//Number is positive } { $//Number is negative } |
|
| Group | Math |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | <unlimited> |