Keys Method
Description
Returns an array containing all existing keys in a Dictionary object.
Syntax
object.Keys
The object is always the name of a Dictionary object.
Remarks
The following code illustrates use of the Keys method:
|
Description
Returns an array containing all existing keys in a Dictionary object.
Syntax
object.Keys
The object is always the name of a Dictionary object.
Remarks
The following code illustrates use of the Keys method:
|