The information in this article applies to:
SYMPTOMSPerforming an Edit Replace All on a long line of code in the Visual Basic Environment may generate this error message:
CAUSEThe Visual Basic for Windows environment limits the length of individual lines of code to 1023 characters. No line longer than this may be input. However, if you choose Edit Replace from the Visual Basic menu with the Replace All button selected, the environment erroneously limits the total line length to 254 characters. WORKAROUNDTo create a line longer than 254 characters, do it in separate lines and then concatenate the lines together by deleting the carriage return between the lines. A better solution would be to break up the single long line into multiple shorter lines. For additional information, please see the following article in the Microsoft Knowledge Base: Q94696 How to Break Long Statements into Multiple Lines STATUSMicrosoft has confirmed this to be a bug in the products listed at the beginning of this article. This problem has been corrected in Visual Basic version 4.0. MORE INFORMATIONSteps to Reproduce Problem
Additional query words: buglist3.00 3.00 fixlist4.00
Keywords : kbenv EnvtDes |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |