Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

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.