Demonstration script that adds three key-item pairs to a Script Runtime Dictionary. Script must be run on the local computer.
Set oDictionary = CreateObject("Scripting.Dictionary")
oDictionary.Add "Printer 1", "Printing"
oDictionary.Add "Printer 2", "Offline"
oDictionary.Add "Printer 3", "Printing"
Posted in Dictionary Objects

daniva




Recent Comments