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.
|
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). | |
::tuple_strstr, ::tuple_strrstr, ::tuple_strchr, ::tuple_strrchr, ::tuple_strlen, ::tuple_str_first_n, ::tuple_str_last_n, ::tuple_split
Operators not requiring licensing