Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>numdiskl()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
NUMDISKL()

Syntax:     NUMDISKL(<expC>)

Returns:    A numeric value.
            The value denotes the number of logical drives allowed by
            DOS.

Usage:      The function will return the number of drives available, or the
            value specified in LASTDRIVE in CONFIG.SYS.  It is
            possible to establish a networked drive with LASTDRIVE +
            1, in Novell foe example.

Note:       The return value of the function will normally be 5, unless a
            different value has been set for LASTDRIVE  in CONFIG.SYS.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   ? "First network drive is:"
            ?? CHR(NUMDISKL()+65+":"



See Also: NUMDISKF()

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