SrsPrintDestinationTokens.parseAddresses Method [AX 2012]

Converts a list of semicolon separated strings to a container of tokens and non-tokens.

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.

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.

Community Additions

ADD
Show: