CHR$
Returns a one character string equivalent to the ASCII character Expression.ASCII is a standard way of coding the characters used by the computer display.
Example
PRINT CHR$(65)
Output
A
Put down that phone!
Please view me on real computer.
Returns a one character string equivalent to the ASCII character Expression.ASCII is a standard way of coding the characters used by the computer display.
PRINT CHR$(65)
A