| Maptitude GISDK Help |
Gets the value of a DOS environment variable.
value = GetEnvironmentVariable(string variable)
| Argument | Contents |
|---|---|
| variable | The name of the DOS environment variable |
A string containing the value of the environment variable, or null if the variable was not found.
search_path = GetEnvironmentVariable("PATH")
| Function | Summary |
|---|---|
| SetEnvironmentVariable() | Sets the value of a DOS environment variable within the current program's process |
| ©2025 Caliper Corporation | www.caliper.com |