C5_NETNAME

 NETNAME()
 Return the current workstation identification
------------------------------------------------------------------------------
 Syntax

     NETNAME() --> cWorkstationName

 Returns

     NETNAME() returns the workstation identification as a character string
     up to 15 characters in length.  If the workstation identification was
     never set or the application is not operating under the IBM PC Network,
     it returns a null string ("").

 Examples

     .  This example demonstrates the NETNAME() result when a
        workstation is started as a network node with a station identifier of
        "STATION 1":

        ? NETNAME()               // Result: STATION 1

     .  This example demonstrates the NETNAME() result when a
        workstation is started as a stand-alone unit:

        ? NETNAME()               // Result: ""

 Files   Library is CLIPPER.LIB.

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.