Microsoft KB Archive/34338

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


MAC QB 1.00 README: Eject Routine for Both Floppy Disk Drives

Article ID: 34338

Article Last Modified on 11/21/2006

This article was previously published under Q34338

SUMMARY

The Eject statement needs to be added to Appendix E of the "Microsoft QuickBasic 1.00 Basic Language Reference." The Eject routine ejects both the external and internal floppy drives at once. The following is an example:

PRINT "The floppy disk(s) are about to be ejected."
CALL EJECT
PRINT "The disk(s) are now ejected."
                

In earlier versions of the Microsoft Basic Interpreter and Compiler for the Macintosh, you had to call your own machine language routine to eject disks.

MORE INFORMATION

The following information is taken from the README file from the QuickBasic 1.00 release disk:

E.10.2 Toolbox Library Statement Reference


The following new Toolbox Library statement was added after the manual was printed:

Eject


Ejects the disk in the internal and external drive. This is an MBPC resource.


Additional query words: MQuickB readme docerr

Keywords: KB34338