| Syntax |
|
| Documentation | $hashTable.isHashTable: Returns whether the object given in parameter 1 is a hashtable.
|
| Examples | |
| $set{h}{text}
Is hashtable: $if{$hashTable.isHashTable{$get{h}}}{Yes}{No} $set{h}{$hashTable.new{}} Is hashtable: $if{$hashTable.isHashTable{$get{h}}}{Yes}{No} |
|
| Group | Special |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 1 |