Chr()
Syntax
Text$ = Chr(ASCII Value)
Returns the character associated with the given ASCII value. a$ = Chr(33) ; a$ will get "!"
a$ = Chr(33) ; a$ will get "!"
Supported OS
All