function getenv

Return the content of an environment variable.

Syntax
result = getenv(S)

Arguments
S:   A string with the name of the environment variable.


Returns
A string with the content of the environment variable. If the environment variable does not exist, an empty string is returned.

See also
procedure setenv