8.13.6 Item Property

Returns an item based on the specified key. Read/write.
Syntax
object.Item(key) [= newitem]
Arguments
- object
- The name of a collection. Required.
- key
- A key 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
|