| Syntax |
|
| Documentation | Insert a value/array in the array on the given index. It does not overwrite the old values:
index - the position where you will insert the value/array2 value/array2 - the value or the array you will insert
|
| Examples | |
$array.add{$getCurrent{my_array}}{AG}
{ $getCurrent{my_array[$get{a}]} } $array.insert{$getCurrent{my_array}}{EUROPE}{1}
{ $getCurrent{my_array[$get{a}]} } |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 3 |
| Maximum parameters | 3 |