VBScript Convertir el código ASCII al carácter
' The method Chr() converts the character code to a character
' Example, this would write: A
response.write Chr(65)
PvT_Shifty