Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters
Message
 
To
31/07/1998 17:14:27
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00123201
Message ID:
00123246
Views:
21
>>>I'm not sure yet how the LPARAMETERS works
>>>
>>>I understand that any local variable listed right after the LPARAMETERS statement will carry the value of these variables from a previous method o procedure or calling program...
>>>
>>>this will prolong the scope of local variables thru the methods and procedures ????
>>
>>No, these are still local to the INIT method. If you want to use them in other methods, then store them to form properties.
>Thaks Barbara,
>
>...But then how LPARAMETERS works?


LPARAMETERS assigns the parameters to LOCAL variables. PARAMETERS assigns to PRIVATE variables.
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform