Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning an array
Message
From
11/11/2002 09:47:07
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
11/11/2002 09:25:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00720959
Message ID:
00720974
Views:
8
>How can I return an Array?
>
>For example:
>
>aSomeArray = UDF(para1, para2,...)
>
>
>
>UDF()
>   LPARAMETERS para1, para2....
>   some code for filling an array...
>   RETURN WHAT????
>
>
Pass an array to the function (by reference), and change the array in the called function.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform