Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Circular reference
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00615370
Message ID:
00615465
Views:
18
>Hi!
>
>I know that. But when you have public variable, better to cleanup it, otherwise next Public statement will throw an error if such variable already exists in the memory. I usually do this for public variables.
>

The only time you get an error by issuing a public statement is if the variable was previously scoped as something other than public (local, private). You can reissue public all day long on variables that were previously defined as public. The value of the variable doesn't get reset.

See Error 1960.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform