BUG: Device Does Not Recognize Line Continuation Characters in eVB Code (266125)
The information in this article applies to:
- Microsoft eMbedded Visual Basic 3.0
This article was previously published under Q266125 SYMPTOMS
The device interprets line continuation characters ("_") in the code as one line, whereas the Integrated Development Environment (IDE) interprets them as multiple lines. If you use one line continuation character in the IDE, the execution point is one line above the related breakpoint that is set in the code.
CAUSE
This problem results from the difference between the screen line and the logical line. The screen line is the actual code in the module that you see. The logical line is one complete executable line that the compiler generates. Thus, if you use the line continuation character to break the code into multiple lines, logically it is still considered only one line.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 9/4/2002 |
---|
Keywords: | kbbug kbDSupport KB266125 |
---|
|