| Syntax |
|
| Documentation | : Executes the code in parameter 3 for each element of the array after setting the local variable to the element.
|
| Examples | |
| $set{a[0]}{hello}
$set{a[1]}{you}
$array.forEach{$get{a}}{i}{
Element: $get{i} } |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 3 |
| Maximum parameters | 3 |