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

Is there any way to return an array from a form?
For example, I call a form with...

local laArray[10],laRetArray[10]
do form Form1 with laArray to laRetArray

... and in its Init event do the following:
thisform.aItems = taParamArray

( aItems defined as aItems[10,0] )
When I, in form's Unload event trying to
...
...
return thisform.aItems

it fills the laRetArray with first item's value

Any suggestions?

TIA.

Uri.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform