Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxPro compiler error
Message
From
06/02/2013 15:39:02
 
 
To
06/02/2013 14:14:49
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01565298
Message ID:
01565332
Views:
63
>>>>>The compiler can't catch them all.
>>>With scripts - like FoxPro's execscript - I don't see how the compiler
>>>can catch it - until executed. It is up to the developer to write and
>>>test the script with the help of the compiler.
>>
>>EXECSCRIPT() has no chance of catching it. But the ones like my example are raw source code syntax errors. Those should be caught.
>
>They likely didn't pursue it too rigorously since it would depend on the result at runtime.
>
>missed1 = "this and &that"
>
>that = "o'"
>
>result is "this and o'". Which is fine.
>
>that = 'o"'
>
>result is "this and o""
>
>That last could only crash at runtime (like execscript) or with some major smarts in the IDE/Compiler.

And here's an example where at compile time it looks like it should generate an error, though at runtime it is OK:
this = '"'
x = "this&that
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform