Microsoft® Visual Basic® Scripting Edition
Key Property
Language Reference

See Also                    Applies to


Description
Sets or returns a key in a Dictionary object.

Syntax
object.Key(key) = newkey

The Key property has the following parts:

Part Description
object Required. Always the name of a Dictionary object.
key Required. Key value being changed.
newkey Required. New value that replaces the specified key.

Remarks

If key is not found when changing a key, a new key is created and its associated item is left empty.

© 1997 Microsoft Corporation. All rights reserved. Legal Notices.

Casa de Bender