Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array passed to form no longer an array
Message
De
19/04/2000 03:38:32
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00361069
Message ID:
00361173
Vues:
19
Hi Evan.

>> P.S. I am going to pass the form object instead. <<

I have a paramters class in my class library with a single array property and this code in its Init:

LPARAMETERS taParameters

* Copy array passed by reference, before it goes out of scope
=ACOPY(taParameters, THIS.aParameters)

Then, in the calling method, when I have an array that I need to pass, I just do this:

loParameters = CREATEOBJECT( 'xParameters', @laArray )

Marcia
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform