$hashTable.isHashTable

Returns whether the given object is a hashtable.
Syntax
    $hashTable.isHashTable{object}
Documentation$hashTable.isHashTable:
Returns whether the object given in parameter 1 is a hashtable.
    Paramter:
      1: The object in question.
    Returns:
      Boolean. True (1) if the object is a hashtable, false (0) otherwise.
    Throws:
      None.
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}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1