Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function question
Message
From
06/03/2002 13:35:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00629135
Message ID:
00629145
Views:
15
Thanks, that worked. :)

>>Sorry if this one is really easy. I have a UDF and I want to return 2 values. Is it possible to return an array from a function?
>
>You can pass an array by reference, e.g.
>dimension myArray[2]
>**********************
>?myUDF(@myArray)
>
>Function myUDF
>lparameter taArray
>external array taArray
>taArray[1]=...
>...
>return .t.
Previous
Reply
Map
View

Click here to load this message in the networking platform