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

 

JScript Collections Item Property

Returns an item based on the specified key. Read/write.

Syntax: JScript Collections Item Property

object.Item(key)[ = newitem]

Arguments: JScript Collections Item Property

object

The name of a collection object. Required.

key

Index associated with the item being retrieved or added. Required.

Remarks: JScript Collections Item Property

If key is not found when attempting to return an existing item, a new key is created and its corresponding item is left empty.

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