| Group: | Information and Control |
| See also: | library setenv |
| Function: | getenv | |
| Description: | getenv reads the content of an environment variables set by the program or by the ini-file. |
| Usage: | x = getenv ({envname}) | |
| Input: | ||
| envname | name of the environment (see setenv for more details) | |
| Output: | ||
| x | text containing the value of the envrironment | |
getenv ()
returns all existing environment variables
getenv("xpl4home")
getenv("outputformat")
text of xpl4home is printed to the output window the output format string (default is "% 8.5lg")
| Group: | Information and Control |
| See also: | library setenv |