$hashTable.getValues2

Returns an array of all values in the hashtable.
Syntax
    $hashTable.getValues2{hashtable}
Documentation$hashTable.getValues2:
Returns an array of all values in the hashtable.
    Paramter:
      1: The hashtable.
    Returns:
      Array.
    Throws:
      IllegalArgumentException if the object of parameter 1 is not a hashtable.
Examples
$set{h(test)}{hello} $set{h(lala)}{hello2} $set{a}{$hashTable.getValues2{$get{h}}} $for{$set{i}{0}}{$less{$get{i}}{$get{a}}}{$incLocal{i}}{ Key# $get{i}: $get{a[$get{i}]}
}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1