Microsoft®
Visual Basic® Scripting Edition Item Property |
| Language Reference |
|
Sets or returns an item for a specified key in a Dictionary object.
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.
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.
file: /Techref/language/asp/vbs/vbscript/347.htm, 2KB, , updated: 2007/7/23 19:39, local time: 2024/11/5 11:36,
3.16.48.143:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 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://linistepper.com/Techref/language/asp/vbs/vbscript/347.htm"> Microsoft® Visual Basic® Scripting Edition</A> |
Did you find what you needed? |