[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_IS3X()
 Is the current server a 3.x server?
------------------------------------------------------------------------------
 Syntax
 
       fn_is3x() -> lIs3X
 
 Arguments

      None

 Returns

      .t. if the server is a 3.x server, .f. if it isn't

 Description

      A simple function that wraps around FN_GETFSI().  Determines
      whether or not the current server is a NetWare 3.x server or
      not.

 Examples

      if fn_is3X()
         qout( "You're on NetWare 3.x" )
      endif


 Source: N:\SRC\MISC\IS3X.PRG

 Author: Glenn Scott

See Also: FN_GETFSI()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson