Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returning an Array from a Function
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Returning an Array from a Function
Divers
Thread ID:
00338850
Message ID:
00338850
Vues:
53
I build a Function that receive an array, but when i try to returned fox give me an error. A parameter is missing.

Ex:

Dimension ArrayOne[20,1]
Dimension ArrayTwo[20,1]
ArrayTwo=FuncExample(@ArrayOne)


Function FuncExample
LParameters laArray
Local laArrayNew
Dimension laArrayNew[20,1]
..
..
..
Return (@laArrayNew)
EndFunc

When i run it an call the function fox stops at the "return" line with an error.
Francisko Paternoster
fpater@patercorp.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform