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>hpoveroff()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
hpOverOff()

Disable auto macro overlay


Syntax

hpOverOff()


Returns

0
Successful.


Remarks

After auto macro overlay has been enabled using hpOverlay(), use
hpOverOff() and auto macro overlay will be disabled on the current
page.


Support By

All HP Laser Printers except the original HP Laserjet


Example

hpPrintOn()
hpConfig('LETTER', 'L')
hpSetFont()
hpStartMacro(1)
.
.           // macro definition
.
hpEndMacro(1)
hpOverlay(1)  // enable auto macro overlay
.
.           // print with macro overlay on each page
.
hpOverOff()  // disable auto macro overlay
.
.          // print routine without macro overlay
.
hpReset()
hpClrMacros()   // delete all macros from memory
hpPrintOff()

See Also: hpStartMacro() hpEndMacro() hpExecMacro() hpClrMacros() hpCallMacro() hpOverlay()

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