PRINT or BEEP "Error 11" in QuickBASIC Compiled apl Program (33053)
This article was previously published under Q33053
SUMMARY
A program compiled in Microsoft QuickBASIC for Macintosh gives "Error
11" (which means "Division by Zero") at run time when it PRINTs to the
screen if no window is defined and "Use Default Window" was not
selected in the "Options..." dialog box at compile time. The BEEP
statement also gives "Error 11" when not using the "Use Default
window" option (because QuickBASIC internally translates the BEEP
statement into a series of PRINT statements).
If the "Use Default Window" is not selected when compiling, you are
responsible for creating a window before using the BEEP or PRINT
statement or other screen output.
Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
Keywords: |
KB33053 |
|