Data Type Functions VisualBasic Script

Sub chrDemo()
    MsgBox Chr(65)
End Sub