Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use @ passing a form's array into a method?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00131504
Message ID:
00131507
Vues:
19
>Is it possible to pass a form property dimensioned as an array into a external routine?
>=myprg(@thisform.myarray)
>If i use @ the routine gives me an error 'thisform is not an alias'.
>Must i use a memory variable?
>Thanks in advance

Just do

=ACOPY(thisform.myarray,latemp)
=MyPrg(@latemp)
=ACOPY(latemp,thisform.myarray)

(: Sorry can't remember order of Target and Source array name

Bye
Jayesh
- Jayesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform