I\'m trying to create a simple list in a VBscript, but I\'m unable to find something similar.
Basically, I\'m working on Active directory, and I need to get all the
Set dic = CreateObject("Scripting.Dictionary") dic.Add "Item1", "" dic.Add "Item2", "" dic.Add "Item3", ""