Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this normal behavior...
Message
From
06/07/1999 16:20:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Is this normal behavior...
Miscellaneous
Thread ID:
00237931
Message ID:
00237931
Views:
52
... I inherited a program that was not working properly, and after some digging around I found a long commented line, which extended beyond the right edge of the screen, which had a semi-colon at the end with an uncommented line of code on the next line. The problem was that the semi-colon continued the comment to the next line. Is that normal behavior? I know that semi-colon extends a line to the next physical line, but I didn't know that included commented lines too. So, in the following...

WAIT WINDOW "First wait"
* this is a comment;
WAIT WINDOW "Second wait"

... the second WAIT does not run.
Next
Reply
Map
View

Click here to load this message in the networking platform