Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to return a value of .F. to a program
Message
De
14/12/2006 09:32:44
 
 
À
13/12/2006 16:26:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01176571
Message ID:
01177579
Vues:
5
What I changed was
DO pgmname parm1, parm2, @parm3
to
DO pgmname parm1, parrm2, parm3
In pgmnameI set parm3 and test the result in the calling program. It appears to work.

>>My problem was the @ in front of the field name. When I change @parm3 to parm3 in my do command it worked.
>>
>>Thanks to every one who help.
>
>If it was a field name, you'd have had that problem even in a function call. You can only pass by reference a variable, not a field.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform