See Also
Applies to
Description
Sets or returns an item for a specified key in a
Dictionary object.
Syntax
object.Item(key)[ = newitem]
The Item property has the following parts:
Part
Description
object
Required. Always the name of a
Dictionary object.
key
Required. Key associated with the
item being retrieved or added.
newitem
Optional. If provided, newitem is the
new value associated with the specified key.
Remarks
If key is not found when changing an item, a new key
is created with the specified newitem. If key is not found
when attempting to return an existing item, a new key is created and
its corresponding item is left empty. To avoid creating a new key and blank
item, use .Exists(key) to check.
© 1996 by Microsoft Corporation.
file: /Techref/language/asp/vbs/vbscript/347.htm,
2KB, , updated: 2007年7月23日 20:39, local time: 2025年9月17日 16:24,
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE.
Questions?<A HREF="http://techref.massmind.org/Techref/language/asp/vbs/vbscript/347.htm"> Microsoft® Visual Basic® Scripting Edition</A>
Did you find what you needed?
Welcome to massmind.org!
Welcome to techref.massmind.org!
.