Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts a list of semicolon separated strings to a container of tokens and non-tokens.
Syntax
protected container parseAddresses(str _addresses, container _availableTokens)
Run On
Called
Parameters
- _addresses
Type: str
A list of semicolon separated strings.
- _availableTokens
Type: container
A container of valid tokens.
Return Value
Type: container
A container of tokens and strings.
Remarks
The returned container has 3 members: A list of strings of recognized tokensEither blank or @@ if "@@" was foundA list of strings of non-tokens and unrecognized tokensNote: Members of a list are semicolon separated.