getenv gets a value from the current environment.
Return Value
ssEnvValue is the value of the enviroment variable or an empty string in case of an error. .. us.params
Parameters
ssEnvName is an environment variable name. The name is not case sensitive.
Example
* getenv("Temp")
c:\WINNT\Profiles\Admini~1\Locals~1\Temp
See also
id-837000