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 Tools . Book 4-Appendices - <b>nnetstanum()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETSTANUM()
 Queries the station number on a file server
------------------------------------------------------------------------------
 Syntax

     NNETSTANUM() --> nStation

     Netware: 2.2 and 3.11

 Returns

     NNETSTANUM() returns the station number of the workstation, relative to
     the default server.

 Description

     NOVELL NETSTATION NUMBER
     With NNETSTANUM(), you can query the station number of the network
     station where the function has been implemented can be queried.  This
     information is always relative to the default file server.  The function
     returns a numeric value, based on Netware version, between 1 and 99.  If
     the value is used in file names, then it can be expanded with leading
     zeroes using the NTOC() function.

 Example

     Query the station number as a fixed length string:

     ? NTOC(NNETSTANUM(), 10, 2, "0")                     // e.g. 09

See Also: NNETSETSRV() NNETUSERID()

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