CHR{$} (int-exp)

Returns the one character string represented by int-exp.

Program Example.

00100 REM The CHR$ function
00110 PRINT CHR$(65) : REM Print an A
00111 PRINT CHR$(7) : REM Ring the bell.
00120 END

Try it

See also ASC.