| Maptitude GISDK Help |
Sets the value of a DOS environment variable within the current program's process.
SetEnvironmentVariable(string variable, string value)
| Argument | Contents |
|---|---|
| variable | The name of the DOS environment variable |
| value | The string assigned to the environment variable |
The DOS environment variable will only be available from within the program while it is running.
SetEnvironmentVariable("PATH", "c:\\database;c:\\cdf")
| Function | Summary |
|---|---|
| GetEnvironmentVariable() | Gets the value of a DOS environment variable |
| ©2025 Caliper Corporation | www.caliper.com |