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

Purpose:     Retrieve the workstation connection number.

Syntax:      NWConnectId()

Arguments:   None

Returns:     Connection number as a Clipper numeric value.

Description: This function returns the connection number of the calling
             workstation as a numeric value.  The connection number is
             only valid and/or meaningful when the requesting station
             is logged into a server.  First check if the station is
             logged into a server with the function NWLoggedIn().

Notes:       The connection number is for the default file server.

Example:     LOCAL station := NWConnectId()
             ? "You are logged in on station number:", station

See also:    NWIPXLoaded(), NWLoggedIn(), NWShellLoaded()

Source:      NOVCLIP.C

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