FieldSeparator$, FieldSeparator$()

Syntax

FieldSeparator$ Separator$

FieldSeparator$()

Remarks

The FieldSeparator$ statement sets the separator character, Separator$, that Word recognizes when dividing text among cells in a TextToTable operation. For example, if you have data in which the items of information are delimited by percent signs (%), you can use the instruction FieldSeparator "%" before converting the data to a table. The FieldSeparator$() function returns the current separator character.

See Also

TextToTable