Specifies the character and termination delimiters for use in the
ReplaceStrList property.
- The character delimiter separates the character to be replaced from the
string that replaces it. The character delimiter occupies the first
(left-hand) position of this property's values and defaults to a comma
(,).
- The termination delimiter separates substitution sets (each of which is
composed of the character to be replaced, a character delimiter, and the
substitution string). The termination delimiter occupies the second
(right-hand) position of this property's values and defaults to a colon
(:).
You can specify your own value for either or both of these
delimiters. If you do so, do not specify a space or other character
between them.
Default value is a comma followed immediately by a colon
(,:)
Default value: ,:(a comma followed immediately by a
colon)
Possible values: The character and termination delimiters used in the
ReplaceStrList property
Required: No
