VBScript Conwert kod ASCII na charakter
' The method Chr() converts the character code to a character
' Example, this would write: A
response.write Chr(65)
PvT_Shifty
' The method Chr() converts the character code to a character
' Example, this would write: A
response.write Chr(65)