1 CHR$ The CHR$ function returns a one-character string for the ASCII value you specify. Example A$ = CHR$(65%) 2 Syntax str-var = CHR$(int-exp)