PRB: Line Continuation Character (_) Causes Event ConcatenationLast reviewed: March 31, 1997Article ID: Q165975 |
The information in this article applies to:
SYMPTOMSThe code window shows each event procedure of a control individually in the default procedure view. Adding a space and a line continuation character (an underscore "_") after the line of code preceding the End Sub statement results in the following event of the same control to appear. If the Full Module View check box in the Editor Tab of the Options dialog box is clicked, the line separating the two procedures disappears.
STATUSThis behavior is by design.
MORE INFORMATIONThe line continuation character causes the next line of code to be concatenated with the code line containing the line continuation character. Visual Basic then considers the procedure containing the line continuation character as part of the next event procedure.
Steps To Reproduce Behavior
|
Keywords : EnvtDes kbenv kbusage vb4all vb4win kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |