| Syntax |
|
| Documentation | This function remove an entry with the given position from the array:
index - the postition of the value you will remove
|
| Examples | |
$array.add{$getCurrent{my_array}}{SITEFORUM} $array.add{$getCurrent{my_array}}{EUROPE} $array.add{$getCurrent{my_array}}{AG} Array:$getCurrent{my_array} Contains:$array.contains{$getCurrent{my_array}}{AG} Returns:
Contains:1 $array.remove{$getCurrent{my_array}}{2} Array:$getCurrent{my_array} Contains:$array.contains{$getCurrent{my_array}}{AG} Returns:
Contains:0 |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |