Table of Contents
CHR$
Syntax
S$ = CHR$( X )
Parameter
X is a number, [0,255]
Description
The one-character string with the character corresponding to the numeric code X. On ASCII systems, CHR$(65) returns “A”.
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”.