Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System Environment Variable
Message
 
 
To
02/10/2002 18:32:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00707146
Message ID:
00707152
Views:
16
>How can I return a value that is held in a System Environment variable? I need to get the value in Username.

Use GetEnv(). Below is an example that gets the environment variable UserName
? GETENV("USERNAME")
Previous
Reply
Map
View

Click here to load this message in the networking platform