tuple_environment ( : : Names : 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) -> string
Tuple containing name(s) of the environment variable(s).

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


Parallelization Information

tuple_environment is reentrant and processed without parallelization.


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-2005 MVTec Software GmbH