| Syntax |
|
| Documentation | This function removes a entry with the given value from the array:
value - the value you will delete from the array
|
| 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}}{EUROPE} Returns:
Contains:1 $array.delete{$getCurrent{my_array}}{EUROPE} Array:$getCurrent{my_array} Contains: $array.contains{$getCurrent{my_array}}{EUROPE} 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 |