set colors = CreateObject("Scripting.Dictionary")

colors.add "red","빨강"

colors.add "green","녹색"


for each key in colors

  response.write "<br>" & key & "-" & colors(key)

next


출처: http://fendee.egloos.com/6981215

'Classic ASP' 카테고리의 다른 글

사이트 긁어오기  (0) 2015.08.20
ASP에서 JSON을 쓰려면  (0) 2015.03.06
sleep / delay  (0) 2014.09.12
ASP의 배열(Array)  (0) 2014.03.12
윈도우7에서 ASP(.net 말고) 설치  (0) 2013.03.11

+ Recent posts