| Syntax |
|
| Documentation | Examines if the first parameter is 'grater than' all of the rest parameters:
value_1 through value_n, the values to examine if less than the reference value.
|
| Examples | |
Example 1:
Result: "156" is more than "142": 1 (true)
Result: "111" is not more than "122" 0 (false) |
|
| Group | Boolean |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | <unlimited> |