| Syntax |
|
| Documentation | $hashTable.containsKey: Returns whether the hashtable object given by parameter 1 contains the key given by parameter 2.
|
| Examples | |
| $set{h}{$hashTable.new{}} $set{h(test)}{Hello!} $if{$hashTable.containsKey{$get{h}}{test}} { Got the key! } { Don't have! } | |
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 2 |
| Maximum parameters | 2 |