TSC AUTO ID Technology Co., Ltd. 114 Copyright 2013 All Rights Reserved.
CHR$( )
Description
This function returns the character with the specified ASCII code.
Syntax
CHR$(n)
Example
Sample code
DOWNLOAD "TEST.BAS"
SIZE 4,4
GAP 0,0
DIRECTION 1
SET TEAR ON
CLS
A=75
WORD$=CHR$(A)
TEXT 100,100,"3",0,1,1,WORD$
PRINT 1
EOP
RUN "TEST.BAS"
See Also
DOWNLOAD, EOP, STR$(), ASC$()