charCode = 97 char$ = "a" PRINT CHR$(charCode) : REM prints a PRINT ASC(char$) : REM prints 97