Asp Codes
ActiveX
ADO
Array
Code Snippets
Components
Data Access
Date Time
Files
Graphics
HTML Formatting
Mathematics
Miscellaneous
Sessions
SQL
Strings
Techniques
XML
Asp > Code Snippets sample source codes
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) & "<br>" Response.Write "The ansi value of A is " & Asc(strChar2) & "<br>" %>
Privacy Policy
|
Link to Us
|
Links