Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Function question
Message
De
06/03/2002 13:35:23
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00629135
Message ID:
00629145
Vues:
11
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform