Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local scoop wish
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00720623
Message ID:
00721043
Views:
11
Unfortunatly, the compiler doesn't catch it. From the MDSN help:

An attempt to use an undeclared variable or array will generate output to the DEBUG OUTPUT window. No error is generated. You can log this output to a file as in the following code:
SET DEBUGOUT TO MyErrorFile
>Interesting, I >thought< this was added at some point. However, I'm not sure how it works. I created a new project and added code to a PRG:
>
>
>lcTest = "Hello!"
>
>MESSAGEBOX(lcTest)
>
>
>I set _VFP.LanguageOptions = 1 and built an EXE. No errors.
Previous
Reply
Map
View

Click here to load this message in the networking platform