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_fullname( [ <nstation> ] ) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_FULLNAME( [ <nStation> ] )


Parameters

<nStation>
Station in question.
Default is the current station.


Returns

Full name of user logged-in at specified station (1-255).

A null string is returned if no one is logged into the specified 
station, if an invalid station number was specified, if no full name 
was assigned to the specified user, or if program is running on a 
stand-alone system.

N_FULLNAME() with no parameter assumes the current station.


Description

Use N_WHOAMI() to obtain the user's logon ID.


Examples

? N_WHOAMI(255)
ELVIS
? N_FULLNAME(255)
ELVIS V. PRESLEY

// Print user's name (up to 12 characters)
// at the top of each document on a banner page.
N_CAPSET('LPT1', 'USER', N_FULLNAME())




See Also: N_WHERE() N_WHOAMI()

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