Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing an Array
Message
 
 
À
06/10/2003 13:27:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00835464
Message ID:
00835483
Vues:
9
This message has been marked as the solution to the initial question of the thread.
Michel,

DO FORM passes parameters by reference. Using '@' prefix will generate an error.
DO FORM "frmSomeForm.scx" WITH laSomeArray
>Hi All,
>
>I am trying to pass an Array to a form. Is this even possible? Both forms are in the same executable program.
>
>I tried:
>DO FORM "frmSomeForm.scx" WITH @laSomeArray
>
>I know this works with Procedures.
>SomeProc( @laSomeArray )
>
>TIA
>Mike
>
>P.S. VFP6 - SP5
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform