Retrieve a string containing the value of a specified operating system environment variable.
| SELECT Environ(1); |
The Environ() function returns a string with the value of a specified operating system environment variable.
| Environ(number) |
OR:
| Environ(string) |
|
Parameter |
Description |
|
number |
The numerical position of the environment string within the environment-string table |
|
string |
The name of an environment variable |
|
Works in: |
From Access 2000 |