Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proc/Func
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00366590
Message ID:
00366615
Views:
21
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform