Asp > Code Snippets
Get the ansi value of a character
Get the ansi value of a character <% Dim strChar1 , strChar2 strChar1 = "a" strChar2 = "A" Response.Write "The ansi value of a is " & Asc(strChar1) & "
" Response.Write "The ansi value of A is " & Asc(strChar2) & "
" %>
Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML