vbscript ascii to char code example
Example: vbscript convert ascii code to character
' The method Chr() converts the character code to a character
' Example, this would write: A
response.write Chr(65)
' The method Chr() converts the character code to a character
' Example, this would write: A
response.write Chr(65)