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

 

JScript Dictionary Object Key Property

Sets a key in a Dictionary object.

Syntax: JScript Dictionary Object Key Property

object.Key(key) = newkey

object

The name of a Dictionary object. Required.

key

The key value being changed. Required.

newkey

A new value that replaces the specified key. Required.

Remarks: JScript Dictionary Object Key Property

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

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