Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the character used to mark the end of each row.
Syntax
[ sValue = ] TDC.RowDelim
Possible Values
sValue String expression that separates each row of data.
- newline
- Default. Specifies that the end of each line in the data source file delimits each row of data.
character- Any single character that marks the delimiter of each row of data.
The property is read/write. The property has a default value of newline.
Remarks
Special interpretation is done for end-of-line or newline characters that should provide correct parsing in most circumstances.
Applies To
TDC
See Also