S$ = CHR$( X )
X is a number, [0,255]
The one-character string with the character corresponding to the numeric code X. On ASCII systems, CHR$(65) returns “A”.