SET TEXTMERGE DELIMITERS Command
Specifies the set of text-merge delimiter characters to use other than the default.
SET TEXTMERGE DELIMITERS [TO cLeftDelimiter [, cRightDelimiter]]
Parameters
[TO cLeftDelimiter[, cRightDelimiter]]
Specifies the delimiters to use. You can specify a maximum number of two delimiter characters. The default delimiter characters are the double angle brackets (<< and >>).Note
If you specify only one set of delimiter characters with cLeftDelimiter, both the left and right delimiter characters are set to cLeftDelimiter. If you specify both sets of delimiter characters with cLeftDelimiter and cRightDelimiter, the first set of delimiter characters is set to cLeftDelimiter and the second set of delimiter characters is set to cRightDelimiter.
Tip
To restore the default delimiter characters, call SET TEXTMERGE DELIMITERS without arguments.
Remarks
You can display the current delimiters used with the DISPLAY STATUS command.
For more information about text-merge delimiter characters, see SET TEXTMERGE Command.