GetOutputDS()

Description

Returns the output data source object.

Syntax

Function GetOutputDS( reserved )

Parameters

string reserved - reserved for future use (optional, default = "").

Return value

object - an output data source object, see data source for details.

An exception is thrown in case of errors.

Example

Dim TextConverter, DS

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

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

Set DS = TextConverter.GetOutputDS()

DS.SetDS( "c:\data\output.dbf" )

TextConverter.Convert() 

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

See also

GetVar()

API Methods and Properties