Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Escape! V3.0 - <b>hpclrmacros()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
hpClrMacros()

Delete all temporary and permanent macros from the printer's memory


Syntax

hpClrMacros()


Returns

0
Successful.


Remarks

Use hpClrMacros() to delete all temporary and permanent macros from
the printer's memory.  This includes any automatic macro overlay that
may have been enabled.


Support By

All HP Laser Printers except the original HP Laserjet


Example

hpPrintOn()
hpConfig()
hpSetFont()
hpStartMacro(1)
.
.          // macro definition
.
hpEndMacro(1)
hpOverlay(1)   // enable auto macro overlay
.
.          // print routine
.
hpOverOff()   // disable auto macro overlay
hpReset()
hpClrMacros()   // delete all macros from memory
hpPrintOff()

See Also: hpStartMacro() hpExecMacro() hpCallMacro() hpOverlay() hpOverOff()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson