Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array parameter
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Array parameter
Divers
Thread ID:
00720625
Message ID:
00720625
Vues:
44
Hi,
I like to send an array as parameter to a function:

function f(aArr)
x=aArr[1]
endfunc

If I do f(this.aX) I get "File 'aarr.prg' does not exist."

If I do f(@this.aX) I get "Alias 'THIS' is not found."

If I do
ACOPY(this.aX,aP)
f(@aP)
the function works OK.

Is there a better way to do this?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform