| Syntax | $isInteger{value_1}{value_2} ... {value_n} |
| Documentation | Examines if all of the given arguments are decimal integers:
Parameters:
value_1 through value_n, the values to examine.
Returns:
1 if and only if all of the given arguments are decimal integers; 0 otherwise. |
| Examples |
| returns: true (1) if all parameters are integers, false (0) otherwise. |
| Group | Math |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |