Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there any difference?
Message
From
16/10/1998 12:25:38
Michael Dreyer
Intelligent Computer Solutions
Naperville, Illinois, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00147509
Message ID:
00147549
Views:
28
>>Is there any difference on using this:
>>
>>FUNCTION Link(tcLink,tcTarget)
>>
>>instead of this:
>>
>>FUNCTION Link
>>LPARAMETERS tcLink,tcTarget
>
>Michel,
>
>I don't believe there is any difference although I could not find any information in the documentation. The reason I prefer using LPARAMETERS is that explicitly makes the parms locals, and I don't know if the optional syntax makes local parms or private parms.



It makes them local parms. I use the Function Foo(Parm1,parm2...) Technique when I create any non - visual classes
Previous
Reply
Map
View

Click here to load this message in the networking platform