Mega Code Archive

 
Categories / VisualBasic Script / Data Type Functions
 

Chr() Returns the character represented by the character code

Sub strDemo18()    Debug.Print Chr(65) End Sub