Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array parameter
Message
De
09/11/2002 20:19:30
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00720625
Message ID:
00720703
Vues:
12
Look up 'EXTERNAL Command' in the help. It will explain what you need to do with examples.

Alan

>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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform