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

Set the number of copies to be printed by the laser printer


Syntax

hpCopy(<nCopies>)


Parameters

<nCopies>
The desired number of copies to be printed.  <nCopies>
must be a number from 1 and 99.


Returns

0
Successful.

-12
Wrong number of parameters passed.


Remarks

Usually, hpConfig() is used at the beginning of every print job to specify
the number of copies to print.  If at any time it is desired to change the
number selected in hpConfig(), simply call hpCopy() to specify a new
number.  Copies are not collated as they print.


Support By

All HP Laserjet Printers


Example

To instruct the printer to print 3 copies of each page:
hpCopy(3)

See Also: hpConfig()

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