Returns an enumeration object of the keys in the specified hashtable object.
Syntax
keys( hashtable )
hashtable.keys( )
Parameters
hashtable
|
the hashtable object to enumerate.
|
Returns
enumeration
|
an enumeration object containing the key objects in the specified hashtable.
|
Example
htKeyEnum = ht.keys( )
|