|
Microsoft® Visual Basic® Scripting Edition RemoveAll Method |
| Language Reference |
|
The RemoveAll method removes all key and item pairs from a Dictionary object.
object.RemoveAllThe object is always the name of a Dictionary object.
The following code illustrates use of the RemoveAll method:Dim a, d, i 'Create some variables Set d = CreateObject("Scripting.Dictionary") d.Add "a", "Athens" 'Add some keys and items d.Add "b", "Belgrade" d.Add "c", "Cairo" ... a = d.RemoveAll 'Clear the dictionary
| file: /techref/language/asp/vbs/vbscript/258.htm, 1KB, , updated: 1996/11/22 11:12, local time: 2010/3/18 11:31,
38.107.191.111:LOG IN
|
| ©2010 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? Please DO link to this page! Digg it! <A HREF="http://www.piclist.com/techref/language/asp/vbs/vbscript/258.htm"> Microsoft® Visual Basic® Scripting Edition </A> |
| Did you find what you needed? |
|
Ubicom SX18 thru SX52, PIC 16c5X compatibile, 50 to 75 MIPS microcontrollers! |
SX MASTERS: Eric Smith and Richard Ottosen's SERVID is an intellegent RS232 video terminal (4x20 character display) in one chip. See the write up here.. |
.