Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RLIB 3.0a Reference - <b>function:</b> nwloginid() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function:    NWLoginId()

Purpose:     Retrieve the login id (user name) of the current station.

Syntax:      NWLoginId()

Arguments:   None

Returns:     The user login ID as a Clipper character string.

Description: This function returns the login id (name) of the user logged
             in at the requestion workstation.  The login id is not to be
             confused with the login user full name.  The login id is the
             name specified when logging in to a NetWare file server.

Notes:       The name returned is for the connection to the default file
             server.

Example:     ? " User: " + NWLoginId() +;
               " logged into station #" + LTRIM(STR(NWConnectId())) +;
               " at " + NWLoginTime()

See also:    NWFullName(), NWLoginTime()

Source:      NOVCLIP.C

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