Convert()
Description
Description
Starts the text conversion process.
Syntax
Syntax
Convert( reserved, proc_id )
Parameters
Parameters
string reserved - reserved for future use (optional).
integer proc_id - process id (optional)
Return value
Return value
integer - the number of records inserted into the output database table.
An exception is thrown in case of errors.
Example
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
See also