Sun Chili!Soft ASP Docs => Chapter 5: Developer's Reference => VBScript Language Reference => VBScript Objects and Collections => VBScript Dictionary Object =>
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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.