Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message
Message
 
To
13/08/2007 01:10:42
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01247687
Message ID:
01247744
Views:
34
Hi,

>what is the different between lcEditValue and pcEditValue(lc and pc)

That's a naming convention. In the code lcEditValue has been declared as LOCAL, pcEditValue as PRIVATE. The main difference between LOCAL and PRIVATE variables is that LOCAL variables are only visible within a single method or procedure. PRIVATE variables remain accessible in any called function.
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform