Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Local vs private
Message
De
11/08/2005 06:42:37
 
 
À
11/08/2005 06:17:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01039725
Message ID:
01040133
Vues:
23
>Hi,
>>>
>The difference among PUBLIC and Private it is this:
>- PUBLIC doesn't depend on the stack scope
>- PRIVATE it depends on the stack scope
>>>
>
>I understand the differences in general - I was just wondering whether there was any practcal differences in the context of Craig's usage.

You can eliminate the PUBLIC variable completely
ADDPROP(_SCREEN,"Main",CREATEOBJECT("MainClass"))
If you want to create a public value (not an object!) that it withstands CLEAR ALL:
ADDPROP(_SCREEN,"publicValue",eValue)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform