- 13 -
CHR$
Function Converts the character code (ASCII and internal sequence code) to a character.
Format CHR$ ( <numeric expression> [, <numeric expression> ] ยทยทยท)
Term <numeric expression>: The numeric expression within the range between 0 and 255
(&H0 to &HFF) indicating ASCII code
Explanation The CHR$ function regards a value for <numeric expression> as ASCII code, and
converts it to a character. The CHR$ is the opposite of the ASC function.