Environment
Description: |
baEnvironment returns the value of an environment variable. |
Platforms: |
Windows |
Usage: |
Result = baEnvironment( Variable ) |
Arguments: |
String. |
Returns: |
String. |
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 work with both types of variables. It will first check if there is a local variable, if there isn’t then it will check for a system variable. |
See also: |
baSetEnvironment |