2010年9月11日土曜日

Dictionaryの中身を列挙して渡す

Dim d
Set d=Server.CreateObject("Scripting.Dictionary")
d.Add "re","Red"
d.Add "gr","Green"
d.Add "bl","Blue"
d.Add "pi","Pink"
Response.Write("The value of key gr is: " & d.Item("gr"))

0 件のコメント:

コメントを投稿