| Syntax |
|
| Documentation | This function add some value or a other array to this array:
value/array2 - the value or an other array you will add to the current array
|
| Examples | |
Example1:
$array.add{$array.get{my_array}}{value} Example2:
$array.add{$array.get{my_array}}{value} $setCurrent{my_array2}{$array.new{}} $array.add{$getCurrent{my_array2}}{$getCurrent{my_array}} |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |