Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
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.
Remarks
Special interpretation is done for end-of-line or newline characters, which should provide correct parsing in most circumstances.
See Also
EscapeChar, FieldDelim, TextQualifier
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.