Thu Mar 31, 2011 12:52 am
<%
Dim intCh1 , intCh2
intCh1 = "87"
intCh2= "65"
Response.Write "The character for code <b>87</b> is " & Chr(intCh1 )
Response.Write "The character for code <b>65</b> is " & Chr(intCh2)
%>
<%
Dim strValue1 , strValue2
strValue1= "b"
strValue2= "B"
Response.Write "The ansi value of <b>b</b> is " & Asc(strValue1) & "<br>"
Response.Write "The ansi value of <b>B</b> is " & Asc(strValue2) & "<br>"
%>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.