Toshiba KB-80 사용자 설명서

다운로드
페이지 79
- 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.