Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List the Number of Items in a DictionaryContent of List the Number of Items in a Dictionary.vbsMD5 Hash: 0341FA26166DFBC4E2BF405310A046D8 |
||
' Description: Demonstration script that counts the number of key-item pairs in a Script Runtime Dictionary. Script must be run on the local computer.
Set objDictionary = CreateObject("Scripting.Dictionary") objDictionary.Add "Printer 1", "Printing" objDictionary.Add "Printer 2", "Offline" objDictionary.Add "Printer 3", "Printing" Wscript.Echo objDictionary.Count | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |