append
Description
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
Syntax
TextConverter.append = true
Parameters
Parameters
Read/Write property true|false (boolean)
Return value
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