Starts the text conversion process.
Convert( reserved, proc_id )
string reserved - reserved for future use (optional).
integer proc_id - process id (optional)
integer - the number of records inserted into the output database table.
An exception is thrown in case of errors.
Dim TextConverter
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
TextConverter.OpenProject( "C:\data\Test.ConverterX" )
TextConverter.Convert()Â
TextConverter.SaveProject( "C:\data\Test.ConverterX" )