Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Public and local variable of the same name?
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Public and local variable of the same name?
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01282432
Message ID:
01282432
Vues:
51
Is it a problem if a public and a local variable have the same name and are created from the same class?

For example, say I have a public variable oMyApp that is instantiated from class MYAPPCLASS. Then in some functions I have a local variable oMyApp created by instantiating the same class? E.g, very simplified:
public oMyApp
oMyApp = createobj("MYAPPCLASS")



function MyFunct
local oMyApp
oMyApp = createobj("MYAPPCLASS")
return
Can there be any conflicts?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform