Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wishlist???
Message
De
04/09/1999 16:38:19
 
 
À
04/09/1999 12:00:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00260725
Message ID:
00261546
Vues:
35
PUBLIC variables can be seen by every methods and functions. STATIC variables can be seen only by the method that have declared it (like a LOCAL variable). The difference between a STATIC and a LOCAL variable is that a LOCAL variable will lose it value when the method exit while a STATIC variable will keep it previous value when the method is recalled.

>I cannot really see a difference between a PUBLIC memvar and a STATIC memvar.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform