Click to Rate and Give Feedback
MSDN
MSDN Library
Visual FoxPro
Reference
Language Reference
Commands
 SET TEXTMERGE DELIMITERS Command
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual FoxPro 9.0 SP2
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 >>).

NoteNote

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.

NoteTip

To restore the default delimiter characters, call SET TEXTMERGE DELIMITERS without arguments.

You can display the current delimiters used with the DISPLAY STATUS command.

For more information about text-merge delimiter characters, see SET TEXTMERGE Command.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker