Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Public variables
Message
 
 
À
13/06/2002 10:44:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00667392
Message ID:
00667953
Vues:
37
>> >> 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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform