Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Proc/Func
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00366590
Message ID:
00366615
Vues:
22
>You can also override the default aprameter passing without using UDFPARMS by using ()'s to force pass by value and @ to force pass by reference.
>
>
>
>MyFunc(@Parm1,Parm2)  && Parm1 is passed by ref while parm2 is by value
>
>DO MYFunc WITH (parm1), Parm2  && Parm1 is by value and parm2 is by ref
>
>
Right, and this is documented under SET UDFPARMS.
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform