Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass an array and return array from a form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00759681
Message ID:
00759748
Vues:
16
Allan,

Don't instead use pass by reference.
DIMENSION MyArray(3,3)
* Now populate the array

DO FORM MyForm WITH MyArray

* When the form finishes any changes it made to the parametered array it recieved will be in MyArray at this level.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform