[WSH][VBS]
VBScriptではCollectionが使えないらしい
Dictionary オブジェクトの宣言と代入
Dim hash
Set hash = CreateObject("Scripting.Dictionary")
hash.Add "a", 1
hash.Add "b", 2ネタ元
[WSH][VBS]
VBScriptではCollectionが使えないらしい
Dictionary オブジェクトの宣言と代入
Dim hash
Set hash = CreateObject("Scripting.Dictionary")
hash.Add "a", 1
hash.Add "b", 2ネタ元