Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing array as parameter to a form
Message
De
12/04/2000 18:35:52
 
 
À
12/04/2000 14:56:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00358869
Message ID:
00359000
Vues:
11
>Looks like I can't do it. As soon as I put the little by @ sign in front of a parameter the form gives me a syntax error.

In a DO (form or just a procedure) you pass by reference like:

DO FORM WITH MyVar

so you don't need anything special to pass by arrays. To pass something to a form or prg using DO by Value, you do:

DO FORM WITH (MyVar)

So just get rid of the little @
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform