TextQualifierTextQualifier*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Sort
*Next Topic: UseHeader

TextQualifier

Specifies the optional character that surrounds a field.

Syntax

dataobj.TextQualifier = cValue

cValueSingle character string used to surround fields that can include special characters such as newlines, tabs, or commas. These characters can also be active as field or row delimiters. The default value is the double quote character (").

Comma-delimited text files and similar text data files usually surround text fields in those files with quotes. For example, a simple phone book text file could be arranged like the following:

Fred Nurks, "42 Worldwide Way, Woy Woy", 555-1212
Brianne Hardy, "Apt 3, 14 Hopalong Crescent, Wogga", 555-2121

Normally the commas in the address text would cause the fields to be read incorrectly, but the surrounding double-quote characters avoid that.

Another common use for TextQualifier is when one of the data fields contains HTML text with lots of separate paragraphs (also known as newline characters).

See also EscapeChar, FieldDelim, RowDelim


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.