all
alt
ch
dir
id
min
rel
top
url
URL
urn
Expand Minimize
This topic has not yet been rated - Rate this topic

FieldDelim property

Specifies the character used to mark the end of data fields.

Syntax

JavaScript

object.FieldDelim = sValue

sValue = object.FieldDelim

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.

p (,)

Default. Comma.

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="&#09;">

See also

TDC
Reference
EscapeChar
RowDelim

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.