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>nnetwork()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETWORK()
 Determines whether or not a Novell network is active
------------------------------------------------------------------------------
 Syntax

     NNETWORK() --> lNovellNetActive

     Netware: 2.2 and 3.11

 Returns

     NNETWORK() returns .T. when you are working in a Novell network.

 Description

     NOVELL NETWORK
     With NNETWORK(), you can determine if you are working with a Novell
     network.  If so, the NNETVER() function can determine the related
     version.

 Note

     .  This function only tests to see if a Novell shell (requestor)
        has been loaded.

 Example

     Determine if there a Novell network, version => 2.0/ELS I that is
     active:

     IF NNETWORK()
        IF NNETVER() >= "2.0"
           NNETCAPBEG(1)                     // Start capture
        ENDIF
     ENDIF

See Also: NNETVER() NNETINFO() NNETSFTLVL()

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