VBScript » Matches Collection » Item

Version: 5.0

Syntax:
object.Item(key) [ = itemvalue]

The Item property allows us to retreive the value of an item in the collection designated by the specified key argument and also to set that value by using itemvalue.