[#BloombergLP-balcl-TypeInfoUtil-tokenizeArrayEnvironmentVariable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balcl.adoc[balcl]::xref:BloombergLP/balcl/TypeInfoUtil.adoc[TypeInfoUtil]::tokenizeArrayEnvironmentVariable :relfileprefix: ../../../ :mrdocs: Load the specified `tokens` with the specified `input` broken up into substrings separated by ` `, except that characters following '' are not to be interpreted as separators. It is an error for `input` to contain a '' that is not followed by another '' or ` `. Return 0 on success, and a negative value on failure. == Synopsis Declared in `<balcl_typeinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int tokenizeArrayEnvironmentVariable( xref:bsl/vector-00d.adoc[bsl::vector<bsl::string>]* tokens, std::string_view const& input); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#