FieldDelim property
Specifies the character used to mark the end of data fields.
Syntax
| JavaScript | |
|---|
Property values
Type: String
String expression that separates one data field from the next. Only a single character can be used to delimit the fields.
Remarks
Setting nonprintable characters is dependent on the browser language used. In the initial object tag declaration, you can set the FieldDelim property to a tab character as follows:
<param name=FieldDelim value="	">
See also
- TDC
- Reference
- EscapeChar
- RowDelim
Show: