append

Description

If append is true, the conversion appends records to the existing table if it is already present.  If it is false, the original table is deleted.

Syntax

TextConverter.append = true

Parameters

Read/Write property true|false (boolean)

Return value

N/A

Example

Sample code

Dim TextConverter

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

TextConverter.append = true

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

See also

Platform Objects and Methods

skip

API Methods and Properties