Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass/Return Large Array?
Message
 
À
03/09/1999 15:21:16
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00261314
Message ID:
00261447
Vues:
19
>Hi Steve,
>
>The way would to be to "DO FORM myform WITH la_array" pass the array as a parameter , after the process, you can in the (modal form unload) procedure return la_array
>
>
>Hope this helps
>
>Carl

Evans,

The passed array will go out of scope as soon as the form's Init finishes because the only choices for receiving an parameter is private or local and privates go out of scope when teh routine that creates them (Init in the case of form parameters) ends.

The best solution for this problem is to use a parameter object.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform