QB 4.50 .EXE Program Might Print DYNAMIC Arrays Incorrectly (48669)
This article was previously published under Q48669
SYMPTOMS
DYNAMIC arrays might not PRINT correctly when using the PRINT TAB(nn),
SPC(nn), or SPACE$(nn) statement in .EXE programs compiled with BC.EXE
in Microsoft QuickBasic version 4.50. The problem does not occur in
the QB.EXE editor environment.
This problem can occur when PRINTing any DYNAMIC array, and compiling
the program without the /D (DEBUG), /X (RESUME), or /AH (HUGE ARRAYS)
switch. STATIC arrays print correctly regardless of the compiler
switches used.
STATUS
Microsoft has confirmed this to be a bug in version 4.50. This
problem is corrected in Microsoft Basic Professional Development
System (PDS) version 7.00 (fixlist7.00).
Modification Type: |
Minor |
Last Reviewed: |
1/8/2003 |
Keywords: |
KB48669 |
|