Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - <u>you can set the number of copies more efficiently by calling either </u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
You can set the number of copies more efficiently by calling either 
one of two new functions, N_CAPSET() or N_QJSET(). Though superseded, 
N_COPIES() has been retained in the library to maintain compatibility 
with earlier versions of NetLib.  Future versions may not retain 
N_COPIES(), so please take this opportunity to begin using the new 
functions in your code.


Syntax

N_COPIES( [ <nCopies> ] )


Parameters

<nCopies>
Number of copies to be printed. (1-99) The default is 1. Zero is 
changed to 1.


Returns

N_COPIES() with no arguments Returns the current setting.


Description

Directs the spooler to print from 1 to 99 copies of a document. If a 
print banner is specified by N_BANNER(), the banner will be repeated 
for each copy.

All documents subsequently spooled from the current station will be 
affected until the setting is changed by another N_COPIES(). Documents 
in progress or already on the spool queue are not affected but can be 
changed at the network console.



See Also: N_CAPSET() N_QJSET()

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