|
Microsoft® Visual Basic® Scripting Edition Add Method |
| Language Reference |
|
Adds a key and item pair to a Dictionary object.
object.Add key, itemThe Add method has the following parts:
Part Description object Required. Always the name of a Dictionary object. key Required. The key associated with the item being added. item Required. The item associated with the key being added.
An error occurs if the key already exists.
See also:
| file: /Techref/language/asp/vbs/vbscript/220.htm, 2KB, , updated: 1996/11/22 10:12, local time: 2012/2/10 11:25,
38.107.179.230:LOG IN |
| ©2012 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://www.piclist.com/techref/language/asp/vbs/vbscript/220.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
| Did you find what you needed? |
|
Support the PICList by honoring its finest. |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.