Article ID: 113330
Article Last Modified on 1/8/2003
94696 How to Break Long Statements into Multiple Lines
Sub Form_Load ()
Dim S As String
' Enter the following four lines as one, single line:
S = "This is a test.This is a test.This is a test.This is a test.
This is a test.This is a test.This is a test.This is a test.
This is a test.This is a test.This is a test.This is a test.
This is a test.This is a test.This is a test.This is a test.This xx"
' The previous string's quoted text is 247 characters in length.
' The total line length is 254 characters.
End Sub
"A replace operation has attempted to create a line of code longer than the 1023-character maximum allowed. Those replacements where the resulting line is less than 1023 characters were completed."
Additional query words: buglist3.00 3.00 fixlist4.00
Keywords: kbbug kbfix kbenv KB113330