Vbscript Convert Ascii Code To Character

[Solved] Vbscript Convert Ascii Code To Character | Vb - Code Explorer | yomemimo.com
Question : vbscript convert ascii code to character

Answered by : stefan-schneiders

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

Source : | Last Update : Tue, 29 Dec 20

Answers related to vbscript convert ascii code to character

Code Explorer Popular Question For Vb