Only Eight Library Files Can Be Open at Once (32973)






This article was previously published under Q32973

SUMMARY

A Macintosh QuickBASIC program may have up to eight library files open at a time.

When QuickBASIC encounters a LIBRARY statement, it opens the named file as a resource file. The routines are then available to the QuickBASIC program. QuickBASIC leaves a library file open until the program executes a NEW, SYSTEM, RUN, or LIBRARY CLOSE statement.

Modification Type: Minor Last Reviewed: 1/9/2003
Keywords: KB32973