$FUNCNAME$
  NETNAME()
$CATEGORY$
  SYSTEM,ENVIRONMENT
$SUMMARY$
   Return the current workstation identification
$LANG_RU$
       .
$SYNTAX$
     NETNAME() --> cWorkstationName
$LANG_RU$
     NETNAME() -->   
$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 ("").
$LANG_RU$
     NETNAME()       
         15 .   
            ,  
     IBM PC Network,  NETNAME()    ("").
$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: ""
$LANG_RU$
          NETNAME(),   
             " 1":

       ? NETNAME()               // : " 1"
$SEEALSO$

$END$
