170 Universal Control Commands

AB0-ZA

The following BASIC program downloads this character to data byte value 48 decimal and selects it for printing. (The character is printed when NLQ printing is enabled.)

LPRINT CHR$(1);"Az&";CHR$(1);CHR$(48);CHR$(48);CHR$(0);CHR$(1); FOR X = 1 TO 40

READ Y

LPRINT CHR$(Y);

NEXT X

DATA 129,0,130,0,132,0,136,0,144,0,160,0,192,0,0,0,0,0,0,0 DATA 0,130,0,132,0,136,0,144,0,160,0,192,0,0,0,0,0,0,0,0

Page 190
Image 190
Epson 4100 manual Lprint CHR$1Az&CHR$1CHR$48CHR$48CHR$0CHR$1 for X = 1 to