Asp > Code Snippets
get the character for a specified character code using the Chr function
get the character for a specified character code using the Chr function <% Dim intCharacter1 , intCharacter2 intCharacter1 = "86" intCharacter2 = "64" Response.Write "The character for 86 is " & Chr(intCharacter1) Response.Write "The character for 64 is " & Chr(intCharacter2) %>
Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML