Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command line parameters
Message
De
15/12/1997 11:55:37
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00065954
Message ID:
00065955
Vues:
29
>How can I pass command line parameters from my VFP created .exe into my code for use ? example MyExe /A causes form to do one thing, and MyExe /B caused it to do something else.
>
>Thanks In Advance

Add PARAMETER as first line of your first prg module, i.e. if you run 'Myexe.exe qwe' and first line is PARAMETER cString, then cString="qwe"
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform