Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass/Return Large Array?
Message
 
À
04/09/1999 03:02:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00261314
Message ID:
00261510
Vues:
22
>Hi Jim,
>
>Your suggestion is just what I need, how do you create the parameter object?
>
>Regards
>Doug Johnston
Doug,

First define a class either in program code or in the class designer. Give that class an array property, say aReturn. Then in the calling form you can;
loParm = CreateObject("YourParmClass")
DIMENSION loParm.aReturn(3,3) && or whatever dimensions you need
DO FORM TheModalOne WITH loParm

* Here you can read aReturn in loParm
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform