Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing an Array Param
Message
De
14/06/1999 16:36:26
 
 
À
14/06/1999 16:32:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00229698
Message ID:
00229700
Vues:
14
>How Can I pass an array to a method and have that method return an array. When I try this:
>
>?myFunc(@This.MyArray, 'prop1')
>
>I get an: "Alias "THIS" not found"
>
>I thought I'd be tricky and use a macro sustitution but it didn't help. TIA

You have to use aCopy()
acopy(This.MyArray, MyArray)
MyFunc(@MyArray, 'prop1')
acopy( MyArray, This.MyArray )
BOb
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform