Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Public variables
Message
 
 
To
13/06/2002 10:44:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00667392
Message ID:
00667953
Views:
35
>> >> There isn't anything there you can't do just as easily with private variables created in the main program. << <<

>> That's the point I want to avoid: "created in the main program" <<

You would rather create public memvars in various places in your application? To each his own, I guess.

If you're saying you like a clean main program, I agree with you there. Which is one of the reasons I avoid both public memvars and private memvars created in the main program. Instead I make variables of that nature custom properties of the application object. That gives me the same global addressability and seems a lot cleaner in an OOP world.

Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform