Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message
Message
 
À
13/08/2007 01:10:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01247687
Message ID:
01247744
Vues:
35
Hi,

>what is the different between lcEditValue and pcEditValue(lc and pc)

That's a naming convention. In the code lcEditValue has been declared as LOCAL, pcEditValue as PRIVATE. The main difference between LOCAL and PRIVATE variables is that LOCAL variables are only visible within a single method or procedure. PRIVATE variables remain accessible in any called function.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform