Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OOP recommendations, please
Message
From
23/06/2000 07:45:12
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
22/06/2000 20:07:08
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00383528
Message ID:
00383660
Views:
26
Alejandro,

One thing no one else has mentioned is the global variables. First, any variable initialized in the main program, though private by default, will function as a global variable because it will be visible to the whole application which runs from there on down.

Many people use an application object which holds these variables as its properties.


>Lastly, I use global variables to hold some frequently used values that I do not wish to fish repeatedly from the parameter table.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform