Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters with a Form
Message
 
To
06/09/2000 09:36:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00412816
Message ID:
00412896
Views:
16
>you can write
>
>RETURN @atoto
>
>VFP 6.0 doesn't want to save this syntaxe


This is what hte helps says about it

Passing Parameters by Reference
See Also

You can pass parameters by reference every time or only in a specific instance.

To pass parameters by reference

Use the TO REFERENCE clause of the SET UDFPARMS command before calling the UDF:
-or-

Use the @ token to pass a variable or array by reference, as in the following example:
? "UDF value: " + STR(plusone(@nX))


I don't know at this moment what is wrong with it.
Previous
Reply
Map
View

Click here to load this message in the networking platform