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>nnetnxtfre()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETNXTFRE()
 Returns the next available drive designator
------------------------------------------------------------------------------
 Syntax

     NNETNXTFRE([<lRevers>]) --> cDrive

     Netware: 2.2 and 3.11

 Argument

     <lRevers> Designates whether the search is performed in ascending
     order, starting from drive designator "A", or in descending order,
     starting from drive designator "Z".  The default value (.F.) designates
     that the search is performed in ascending order.

 Returns

     NNETNXTFRE() returns the designator of the determined drive.  If no
     further drive designator is available, the function returns an empty
     string ("").

 Description

     NOVELL NET NEXT FREE
     NNETNXTFRE() is used mainly in conjunction with the function NNETMAP().
     NNETNEXTFRE() allows you to determine the next available drive
     designator before a drive mapping.  For example, you can avoid deleting
     existing mappings.

 Examples

     .  Determine the next available drive designator, starting from
        "A":

        ? NNETNXTFRE()                  // Returns:  K

     .  Determine the next available drive designator, starting from
        "Z":

        ? NNETNXTFRE(.T.)               // Returns:  Y

See Also: NNETMAP()

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