SetEnvironment
Description: |
baSetEnvironment sets the value of an environment variable. |
Platforms: |
Windows |
Usage: |
Result = baSetEnvironment( Variable, Value ) |
Arguments: |
String, string. |
Returns: |
Integer. |
Examples: |
Director: Authorware: |
Notes: |
There are both system (available to all applications) and local (available only to the current application) variables, and they may have the same name. This function will only work with local variables, and will not change system variables. For example, you can not change the system path variable using this functions. |
See also: |
baEnvironment |