Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>netname()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 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.

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