GetEnvironmentVariable

Returns the value of an environment variable.

SYNTAX
GetEnvironmentVariable(variable) 
ARGUMENTS variable Name of the environment variable.
RETURN The value of the environment variable specified as variable, or an empty string if the environment variable does not exist.