Contents Index Topic Contents | ||
Previous Topic: Language Next Topic: Sort |
RowDelim
Specifies the character used to mark the end of each row.
Syntax
dataobj.RowDelim = sValue
sValue String expression that separates one data field from the next. The default value is "newline", but it can be set to any other character. Only a single character may be used to delimit a row. Special interpretation is done for end-of-line or newline characters, which should provide correct parsing in most circumstances.
See also EscapeChar, FieldDelim, TextQualifier
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.