Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>isbootable()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    IsBootAble()

         Determines if the current disk has boot sector

    Syntax:

         IsBootAble() -> lBoot

    Description:

         Determines if the current disk has boot sector so if from it could
         load the O.S.

    Return:

         A logic value indicating if it has boot sector.

    Example:

         While ! IsBootAble()
           Warning( "Insert a disk with Operating System" )
         End

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