GetEnvironmentVariable
Previous  Top  Next



Function GetEnvironmentVariable(Name)

This function returns the environment variable associated with variable name Name.

Parameters:

Name  
[in] The name of the environment variable for which the value is to be retreived  

Returns:
This function returns the string value associated with the environment variable "name".  

Example:

MsgBbox "The package source EXE is " + GetEnvironmentEnvironment("TS_ORIGIN")