Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
LOCAL Variables finder
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00966289
Message ID:
00966325
Views:
15
Hi Marvin.

Have you ever looked for an Intelliscript which helps you find those undeclared local Variables.... here is one.

Actually, no - because it is quite unnecessary. You do not need an IntelliSense script to do this. All you need to do is to set _VFP.LanguageOptions = 1. This means that strict type declaration is required for memory variables.

When LanguageOptions is set to 1, you must declare all memory variables and arrays as LOCAL or PUBLIC prior to using them. An attempt to use an undeclared variable or array will generate output to the DEBUG OUTPUT window.

Check out LanguageOptions in the on-line help.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform