VBScript converte o código ASCII em caracteres

' The method Chr() converts the character code to a character 

' Example, this would write: A
response.write Chr(65)
PvT_Shifty