Dictionary Object ASP#
<%
Dim objDic
Set objDic=Server.CreateObject("Scripting.Dictionary")
objDic.Add "re","Red"
objDic.Add "gr","Green"
objDic.Add "bl","Blue"
objDic.Add "pi","Pink"
Response.Write("The value of key gr is: " & objDic.Item("gr"))
%>
Back to ASP
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-1) was last changed on 15-Nov-2006 11:35 by UnknownAuthor