The information in this article applies to:
SYMPTOMSWhen you specify an array in a Common statement and later use the array with an incorrect number of dimensions, the QB.EXE and QBX.EXE environments correctly report "Wrong number of dimensions," but incorrectly indicates the position of the error as being in either the Common statement or the Dim statement for the array. STATUSMicrosoft has confirmed this to be a bug in the products listed above. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONTo find the true position of the error, use the BC.EXE compiler from the MS-DOS command prompt to compile your source file and generate a compiler listing. For example: BC /A TEST.BAS,,TEST.LSTThe .LST compiler listing indicates the line that has the error. The following code sample reproduces the problem:
Additional query words: VBmsdos QuickBas BasicCom 1.00 7.10 4.50 b_basiccom b_quickbas buglist1.00 buglist7.10 buglist4.50
Keywords : |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |