Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enviroment variable
Message
From
27/02/2003 15:09:17
 
 
To
27/02/2003 15:00:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00758994
Message ID:
00759008
Views:
19
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform