Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I return an array from a form?
Message
 
À
18/01/1999 05:21:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00177095
Message ID:
00177103
Vues:
39
Hi Uri,

>Is there any way to return an array from a form?

No. An array always has to be passed by reference. You can't RETURN by reference, only by value, ie the first element on an array. The easiest solutiuon would be to define an object that contains an array and return a reference to that object. If the form is modal, there are additional tricks.

Christof
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform