166 Universal Control Commands

EXAMPLE 1

The example shows how to define and download the copyright symbol, © :

AB0-W1

The following BASIC program downloads this character to data byte value

35 decimal and select it for printing:

LPRINT CHR$(1);"Az&";CHR$(1);CHR$(35);CHR$(35);CHR$(0);CHR$(0); FOR X = 1 TO 10

READ Y

LPRINT CHR$(Y);

NEXT X

DATA 60,66,153,165,165,66,60,0,0,0

Page 186
Image 186
Epson 4100 manual Example