Share via


SrsPrintDestinationTokens.makeAddressTokens Method [AX 2012]

Converts a list of tokens into a list of address tokens.

Syntax

protected str makeAddressTokens(str _tokens)

Run On

Called

Parameters

  • _tokens
    Type: str
    A string containing semicolon separated tokens without at-signs.

Return Value

Type: str
The tokenized version of the input where each token is bracketed by at-signs and separated by semicolons.

See Also

Reference

SrsPrintDestinationTokens Class