Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there any difference?
Message
 
To
16/10/1998 11:27:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00147509
Message ID:
00147544
Views:
29
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform