text_qualifier

Description

A character that separates blocks of text, within which all field and record delimiters are ignored (See options.)

Read/Write property

Type: string (1 character)

Example

Dim TextConverterC:\data

Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )

TextConverter.text_qualifier = "'"

TextConverter.SaveProject( "C:\data\Test.ConverterX" )

See also

field_delimiter

record_delimiter

Back (API Methods and Properties)