Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

FieldDelim Syntax and Note

Note: Read and write property.  Specifies the character to separate fields or table columns.  Value:  Any alphanumeric character (default is a comma), or  any encoding for a nonprintable character, such as &#35; for the # symbol). The TDC (Tabular Data Control, a Microsoft ActiveX control) object allows an HTML page to display data from delimited text files either as part of tables or one row at a time. Using the <object> element, you can embed the TDC control inside a page.      Syntax:      objectName.fieldDelim = value