image\cslogo3d1.gif

VBScript Dictionary Object Key Property

Sets a key in a Dictionary object.

Syntax: VBScript Dictionary Object Key Property

object.Key(key) = newkey

Arguments: VBScript Dictionary Object Key Property

object

The name of a Dictionary object. Required.

key

Key value being changed. Required.

newkey

New value that replaces the specified key. Required.

Remarks: VBScript Dictionary Object Key Property

If key is not found when changing a key, an error will occur.

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.