IsFloppy() Determines if the current disk is a floppy Syntax: IsFloppy() -> lFloppy Description: Determines if the current disk is a floppy. Return: A logic value indicating if it's floppy. Example: If IsFloppy() Warning( "Error: You need a hard disk" ) EndIf