Convert()

Description

Starts the text conversion process.

Syntax

Convert( reserved, proc_id )

Parameters

string reserved - reserved for future use (optional).

integer proc_id - process id (optional)

Return value

integer - the number of records inserted into the output database table.

An exception is thrown in case of errors.

Example

Dim TextConverter

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

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

TextConverter.Convert() 

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

See also

OpenProject()

SaveProject()

IsValid()

API Methods and Properties