FIX: Edit Replace All Has Different Limit Than Specified (113330)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition for Windows 3.0
This article was previously published under Q113330 SYMPTOMS
Performing an Edit Replace All on a long line of code in the Visual Basic
Environment may generate this error message:
One or more replacements too long and not made.
CAUSE
The 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.
WORKAROUND
To 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:
94696 How to Break Long Statements into Multiple Lines
STATUS
Microsoft 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.
Modification Type: | Minor | Last Reviewed: | 1/8/2003 |
---|
Keywords: | kbbug kbenv KB113330 |
---|
|