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>numdiskf()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
NUMDISKF()

Syntax:     NUMDISKF(<expC>)

Returns:    A numeric value.
            The value denotes the number of floppy disk drives installed
            in the system.

Usage:      NUMDISKF() can be used to determine the number of disk
            drives and let the user select, for example, which drive to
            copy to.

Library:    CT1.LIB


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

Examples:   IF NUMDISKF() = 2
               IF DISKREADY("B")
                  ? "You may also use drive B:."
               ENDIF
            ENDIF



See Also: NUMDISKL()

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