Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays
Message
 
 
À
23/05/2001 12:13:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Arrays
Divers
Thread ID:
00510432
Message ID:
00510436
Vues:
19
>is there any way to pass an array in VFP ( say to a form with do form )?
>
>I've resorted to adding an array to the _screen object, but that makes the word generic impossible
>
>- jer

local array myarray[1]
do form myform with myarray

In the form's Init:
lparamaters tamyarray

Then you can use acopy to copy the array to a form level array property in order to have access to it throughout the form.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform