DAM
71
DAM — Delete All Macros
Format
DAM;
Parameter
None
Function
The DAM command deletes all macro definitions made by using the PRESCRIBE
MCRO command from the printing system’s memory. This enables the user to make
room for new macros, fonts, or graphics.
File
!R! RES; UNIT C;
CMNT Print ENDM file first.;
SFNT "Helvetica-Bd";
MAP 5, 4; CALL SCREEN, 9.2, 1.7;
MAP 7, 5; TEXT ’This text is enclosed by’, L;
TEXT ’SCREEN macro.’;
DAM;
MAP 5, 6; CALL 10 BX;
MAP 5, 7; CALL SCREEN, 9.2, 1.7;
MAP 6, 8; TEXT ’SCREEN macro was deleted by DAM.’;
PAGE;
EXIT;
Printout