7Delete temporary macros. This option also deletes temporary automatic macros.
8Delete last specified macro.
9Make last specified macro temporary.
10 Make last specified macro permanen[.
4 E M
The following program loads and runs a macro. The Imacromoves an inch and a half right and down three inches from the top left corner of the page, where it prints a 25 percent
1 | L | C P | (2 | ):“&R0 | H | I f | N R | 60 | T | |
1 | L I | C | (2 | );“P 1 | 1Y“H | N | R | R & 0 . | ||
1 | L | C P | (2 | );“&R2 O H | I |
| N R | 0 X | T | |
1 | L | C P | (2 | );“*pR3 | OxlH | 200Y”I | ; | N R | 04 | T |
140 | L | C P | (2 | );“*RC 180h7200V”H I | : | N R |
| T | ||
1 | L | C P | (2 | );“*R5 | H ; CI |
| 2N R | 0 | 5T | |
1 | L | C P | (2 | );“*cR6 | H; | I |
| 2 N R | 0 | T |
1 | L | CHRP $(12) R1 |
| I |
| N | 0 | T | ||
1 | L | C P | (27 ) ; “&fR8 | 1X“H; | I |
| N R | 0 | T | |
1 | L | C P | (2 | );“&R9 | H; | I | f | N R | 20 | T |
2 | E |
|
| 0 | N |
|
|
| 0 | D |
Line 100”clears any existing macros. then line I I()spccif’icsthat this will be macro ID number 1. Line 120 starts downloading the macro.
Line 130moves the print position to a spot 450 dots right and 1200dots”down from the top left corner of the page.
Lines 140through 160select the
At the two Iinc we select our macro and actually run it.
95