Dictionary object'i hic arastirmayi dusundun mu?
Kod:
Dim d
Set d = CreateObject("Scripting.Dictionary")
d.Add "a", "Athens"
d.Add "b", "Belgrade"
d.Add "c", "Cairo"
...
seklinde ekliyorsun..
Kod:
response.write d.item("c")
seklinde kullanabiliyorsun..
istedigin amaca uygun mu bilmiyorum ama ben daha once kullanmistim.