Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there any difference?
Message
De
16/10/1998 12:25:38
Michael Dreyer
Intelligent Computer Solutions
Naperville, Illinois, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00147509
Message ID:
00147549
Vues:
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.



It makes them local parms. I use the Function Foo(Parm1,parm2...) Technique when I create any non - visual classes
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform