Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A doc error or misinterpretation ?
Message
From
20/04/2000 14:02:03
 
 
To
20/04/2000 13:30:29
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00361923
Message ID:
00361959
Views:
22
Hmmm, works that way in VFP 5.0a too. I also tried it with a MESSAGEBOX statement so it's not just with SELECT SQL.

Inline comments that end with a semi-colon still make a comment out of the entire next line, though.
local lcString
lcString = "123"  && this comment ends with a semi-colon ;
lcString = "ABC"  && this whole line is treated as a comment
?lcString  && prints 123
So that hasn't changed even in VFP6 SP3.
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform