Previous PageNext Page

7.27.6 Item Property

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

Syntax

object.Item(key)[ = newitem]

object
The name of a collection object. Required.
key
Index associated with the item being retrieved or added. Required.

Remarks

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 © 2000 Chili!Soft

Previous PageTop Of PageNext Page