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 . Books 1-3 - <b>numdiskf()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NUMDISKF()
 Determines the number of installed disk drives
------------------------------------------------------------------------------
 Syntax

     NUMDISKF() --> nTotalFloppy

 Returns

     NUMDISKF() returns a value that specifies how many disk drives are
     installed in the system.

 Description

     NUMDISKF() determines the number of disk drives and allows you to choose
     which drive you want to copy onto.

 Example

     Determine if a B: drive exists:

     IF NUMDISKF() == 2
        IF DISKREADY("B")
           ? "You can also use Drive B:!"
        ENDIF
     ENDIF


See Also: NUMDISKL() NUMDISKH()

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