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 define page width more efficiently by calling n_capset(). </u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
You can define page width more efficiently by calling N_CAPSET(). 
Though superseded, N_SPLCPL() has been retained in the library to 
maintain compatibility with earlier versions of NetLib. Future 
versions may not retain N_SPLCPL(), so please take this opportunity 
to begin using the new function in your code.


Syntax

N_SPLCPL( [ <nWidth> ] )


Parameters

<nWidth>
Maximum page width in characters per line.  The default is 132.


Returns

N_SPLCPL() with no parameters returns the current page size in 
characters as a numeric value.


Description

Sets the page width in characters per line. Page width can be useful 
when working with special paper sizes.

The setting becomes effective at the start of the next print job. It 
does not affect the currently active print job, if any, nor does it 
affect print jobs already on the queue.



See Also: N_CAPGET() N_CAPSET()

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