[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson