[<<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.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson