SET TEXTMERGE DELIMITERS Command

See Also

Specifies the text-merge delimiters.

Syntax

SET TEXTMERGE DELIMITERS
  [TO cLeftDelimiter [, cRightDelimiter]]

Arguments

TO cLeftDelimiter [, cRightDelimiter]

Specifies the delimiters. If you specify only one delimiter with cLeftDelimiter, both the left and right delimiters are set to cLeftDelimiter. If you specify both delimiters with cLeftDelimiter and cRightDelimiter, the left delimiter is set to cLeftDelimiter and the right delimiter is set to cRightDelimiter.

Remarks

With SET TEXTMERGE DELIMITERS, you can specify a set of text-merge delimiters other than the default delimiters, which are double angle brackets (<< and >>). The current delimiters can be displayed with DISPLAY STATUS.

If you issue SET TEXTMERGE DELIMITERS without any additional arguments, the default delimiters are restored.

For more information about text-merge delimiters, see SET TEXTMERGE.