Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scoping of Variables
Message
From
05/11/1996 11:22:40
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00011488
Message ID:
00011495
Views:
33
>>just to do that, because sometimes I need to do it with too many variables and I don't want to make those variables "public".
>>Thanks in advance.
>>luisg@netrunner.net
>
>i usually add properties to my form and store the parameters i've passed in them. also, when creating an object w/ createobject, these properties are available until releasing the object.

As Dave said it is best to use properties for variables you wish to be
recognized throughout the object

every method or evnet is independent (unless u specifically call one from the other) so they don't recognize local or private variables

Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform