THERMAL BARCODE PRINTER SERIES
43
45.
CHR$( )
Description
This function returns the character that has the specified ASCII code.
Syntax
CHR$(n)
Parameter
Description
n
The ASCII code
Example
DOWNLOAD
“
TEST.BAS
”
SIZE 3,4
GAP 0,0
DENSITY 8
SPEED 3
DIRECTION 0
REFERENCE 0,0
SET PEEL OFF
CLS
A=65
WORD$=CHR$(A)
TEXT 100,100,
”
3
”
,0,1,1,WORD$
PRINT 1
EOP
See Also
DOWNLOAD, EOP, STR$(), ASC$()