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 - n_pspno( <cprintserver>, <cprinter> ) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_PSPNO( <cPrintServer>, <cPrinter> )


Parameters

<cPrintServer>
Name of the print server.

NetLib will remember the argument to <cPrintServer> specified in the 
last call to one of the N_PS* functions. You can then pass NIL as the 
argument, and NetLib will assume you mean the same print server as 
before. If no print server has yet been specified, NIL will represent 
the first or only print server defined in the system.

<cPrinter>
Printer name.


Returns

Printer number (0-15) corresponding to the printer name. If the printer 
name is invalid, returns -1.


Example

nPrinter = N_PSPNO('PSERVER_0', 'LASER3')
N_PSREWIND( , nPrinter, 10, -1)



See Also: N_PSREWIND()

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