Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this normal behavior...
Message
From
06/07/1999 16:22:02
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00237931
Message ID:
00237933
Views:
9
>... 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.

That's normal, though tricky, behaviour.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform