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


Syntax

N_SPLUSER( [ <cUser> ] )


Parameters

<cUser>
User name. (1-12 characters)


Returns

N_SPLUSER() with no parameters returns the current user name text.


Description

Up to twelve characters can be specified in <cUser>. This text is in 
addition to the banner "headline" specified by N_BANNER(). However, if 
a banner page is suppressed by N_BANNER("") the user name text will not 
be printed either.

N_SPLUSER("") suppresses printing of a user name.

The setting takes effect 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_CAPSET()

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