Herror ::tuple_environment (
    const HTuple &Names,
    char *Values
)
Herror ::tuple_environment (
    const HTuple &Names,
    HTuple *Values
)

Read one or more environment variables.

::tuple_environment reads the content of all environment variables that are referenced by their names in the input tuple Names and returns the content with the output tuple Values. The input tuple may only contain strings. An empty string is returned for every name within Names that does not denote a valid environment variable.


Parameters

Names (input_control)
string(-array) -> HTuple.char *
Tuple containing name(s) of the environment variable(s).

Values (output_control)
string(-array) -> (HTuple.) char *
Content of the environment variable(s).


Alternatives

::tuple_strstr, ::tuple_strrstr, ::tuple_strchr, ::tuple_strrchr, ::tuple_strlen, ::tuple_str_first_n, ::tuple_str_last_n, ::tuple_split


Module

Operators not requiring licensing



Copyright © 1996-2002 MVTec Software GmbH