IsBootAble() Determines if the current disk has a boot sector Syntax: IsBootAble() -> lBoot Description: Determines if the current disk has a boot sector. Return: A logic value indicating if it has a boot sector. Example: While ! IsBootAble() Warning( "Insert a disk with Operating System" ) End