Скачать GetEnvStr - Get Environment Function

07.11.1988
Скачать файл (1,90 Кб)




GetEnvStr - This function takes a SET parameter and returns the
  string value associated with that parameter.

  Input requirements are:
        Valid SET parameter in UpperCase (like 'COMSPEC')

  Outputs are:
        The value of the supplied SET parameter in a String type if the
        parameter exists in the environment, else a null string if the
		parameter cannot be found.  If given a null string parameter
		GetEnvStr will return a null string.