Garbage with PRINT TAB, Array Element in .EXE Compiled in 4.5 (41398)
This article was previously published under Q41398
SYMPTOMS
A QuickBasic version 4.5 program compiled with BC.EXE displays garbage
(a memory dump) on the screen (plus random beeps) when all of the
following conditions occur simultaneously:
- Two consecutive PRINT, PRINT#, or LPRINT statements occur, the
second of which uses the TAB function.
- The variable being printed is an element of an array.
- The program is compiled with BC without the /D option.
- The program is compiled without the /O option.
STATUS
Microsoft has confirmed this to be a bug in QuickBasic version
4.5. This problem is corrected in Microsoft Basic Professional
Development System (PDS) version 7.0 (fixlist7.00).
This problem does not occur in QuickBasic version 4.0 or 4.0b.
| Modification Type: |
Minor |
Last Reviewed: |
1/9/2003 |
| Keywords: |
KB41398 |
|