Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass empty parameter from command window
Message
 
 
À
14/04/2004 17:47:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00894949
Message ID:
00894974
Vues:
11
>How would you pass an empty parameter from the command window to a VFP program? I mean between two parameters that have value.

Leave the middle parameter empty.

DO TEST with 1,,3

* TEST.PRG
Lparameters p1, p2, p3
?p1
?p2
?p3
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform