Viva Clipper !

CT_NUMDISKH

Advertisements
 NUMDISKH()
 Determines the number of hard disks

 Syntax

     NUMDISKH() --> nNumber

 Returns

     NUMDISKH() returns the number of physical hard disk drives.

 Description

     This function determines the number of physical hard disk drives (one or
     two).  These should not be confused with logical hard disk drives, that
     can be designated with DOS 3.3.

 Note

     .  The function receives its information from the BIOS.

 Example

     .  How many hard disk drives does my system have?

        ? NUMDISKH()         // Result:  1

See Also: NUMDISKF() NUMDISKL()

 

Advertisements

Advertisements