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 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.