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


Syntax

N_BANNER( [ <cText> ] )


Parameters

<cText>
Text for the banner. (1-12 characters) A null string ("") suppresses 
printing of a banner page.


Returns

N_BANNER() with no arguments Returns the current banner text.


Description

Sets the text that will be printed on the banner page. Banner text may 
be up to 12 characters, including spaces. Overflow will be truncated. 
Lower case letters are converted to upper case. If you request multiple 
copies with N_COPIES(), each copy will be preceded by a banner page 
bearing this text.

You can suppress printing of a banner page by passing a null string as 
banner text.

All subsequent documents from the current station will be affected 
until the setting is changed by another N_BANNER(). Documents in 
progress or already on spool queue are not affected.



See Also: N_CAPSET() N_QJSET()

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