Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>fmaxunit()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    fMaxUnit()

         Returns the number of logic units of DOS

    Syntax:

         fMaxUnit() -> nUnits

    Description:

         Returns the number of logic units of DOS. Frecuently, if exists
         a Novell net returns 32. Under native DOS returns 5 or the
         value of LASTDRIVE if this is bigger than 5.

    Return:

         The number of logic units of DOS.

    Example:

         nUnits := Str ( fMaxUnit () )
         ? "Tengo " + nUnits + " en mi sistema."

See Also: fDefUnit()

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