| Syntax |
|
| Documentation | $hashTable.removeKey: Removes the key given by parameter 2 and it's value from the hashtable given in parameter 1. It is no error if the key does not exist in the hashtable.
|
| Examples | |
| $set{h}{$hashTable.new{}} $set{h(test)}{Hello!} $hashTable.removeKey{$get{h}}{test} Hashtable size: $get{h} | |
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |