sys_getenv
Previous Topic  Next Topic 

Synopsis:

        sys_getenv(var_name)


Arguments:

        var_name        -  The name of the environment variable to return.


Description:   This function returns the value of the specified environment variable var_name or an empty string "" if the variable does not exist.


Return Value:

returns the value of the specified environment variable var_name or an empty string "" if the variable does not exist.