Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Properties by reference
Message
De
03/04/2000 16:59:18
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00354561
Message ID:
00354592
Vues:
13
>Hi
>
>I have add this propertie in a form myForm.L_Close[1] &&Array
>
>And I got a function call AADD()
>This function is use to dimension array and it's in a procedure file call Utile.prg
>
>How c'an I passe myForm.Array[1] by reference to my AADD() Function
>if I try AADD(@myForm.Array) it dosent work.
>
>Benoit

Just pass the object reference, and use the array property on the other side. Alternatively, ACOPY the property array to a regular array, and pass that.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform