PRB: Restart in VB Break Mode If Del Blank Line Above End SubLast reviewed: June 21, 1995Article ID: Q78074 |
The information in this article applies to:
- Standard and Professional Editions of Microsoft Visual Basic for Windows, versions 2.0 and 3.0- Microsoft Visual Basic programming system for Windows, version 1.0
SUMMARYWhile in break mode in the VB.EXE environment, deleting a blank line above the End Sub or End Function or below the Sub or Function statement results in this message:
You will have to restart your program after this edit--proceed anyway? STATUSThis behavior is by design.
MORE INFORMATIONDeleting the line following the Sub or Function statement requires you to restart when in break mode. This also occurs when deleting the line preceding the End Sub or End Function statement of any procedure. The Visual Basic edit manager treats both of these deletions as modifications to the first or last lines, both of which require a restart when in break mode.
Steps to Reproduce BehaviorThe following steps force a restart in a program while in break mode:
|
Additional reference words: 1.00 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |