Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enviroment variable
Message
 
À
27/02/2003 15:00:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00758994
Message ID:
00759008
Vues:
22
You can use the getenv() function to read the variable. You can set the variable in dos or use the run command to set the variable in dos from within fox

eg:
* Set var
lcCmd = "set abc=123"
run lcCmd

* Read var

lcVal = getenv('abc')
Stuart Reid

True nobility lies not in being superior to another man, but in being superior to one’s previous self
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform