7Delete temporary macros. This option also deletes temporary
automatic macros.
8Delete last specified macro.
9Make last specified macro temporary.
10 Make lastspecified macro permanen[.
4EM
The following program loads and runs amacro. The Imacromovesan inch
and ahalf rightand down three inches from the top left corner of the page,
where itprints a25 percent gray-scale bar. It then ejects the paper.
100
LPRINT
CHR(2 ):“&f6
110
LPR.
INCHR(2 );&1Y“
120
LPRINT
CHR(2 );“& OX
130
LPRINT
CHR(2 );“*p4Oxl 200Y” ;
140
LPRINT
CHR(2 );“*C180h7200V” :
150
LPRINT
CHR(2 );“
*C25
;
160
LPRINT
CHR(2 );“*c2;
110
LPRINT

CHR$(12)

180
LPRINT
CHR(27);“&f 1X“ ;
190
LPRINT
CHR(2 );“&f2;
200
END
Line 100”clears anyexisting macros. then line I I ()spccif’icsthatthis will be
macro ID number 1.Line 120 startsdownloading the macro.
Line 130movesthe printposition toaspot 450dots rightand 1200dots”down
from the top leftcorner of the page.
Lines 140through 160selectthe 180-dotdeep and 7200-dotwide pattern and
printit. Line 170 doesthe form feed that forces the actual printing. Line 180
ends the downloading process.
At the two Iincwe select our macro and actually run it.
95