Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Public or Private
Message
From
29/09/1997 23:22:38
 
 
To
29/09/1997 23:19:32
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00052342
Message ID:
00052343
Views:
36
>I have been told that any variable in a program (*.prg file) is
>private unless declared as public. Is this true? Variables I make
>are always declared as private and if the above statement is true
>it would save some work making sure every variable is accounted for
>and is private. I am working inside someone elses application writing
>reports and I want to be sure.

A variable inside a program will be seen under this hierarchy.

A variable inside a method or event will only be seen in the actual method or event.

But, if you declare it public, it will be seen in the entire application.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform