Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Public and local variable of the same name?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Public and local variable of the same name?
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01282432
Message ID:
01282432
Views:
50
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
Next
Reply
Map
View

Click here to load this message in the networking platform