CloseOutputDS()

Description

Call this function to close the output data source.

It can be used when a data source needs to be closed after appending. This function can only be used in the OnFinishProcess context method.

Syntax

Function CloseOutputDS()

Parameters:

none

Return value:

none

Example

Function OnFinish

this.CloseOutputDS()

End Function

See also

OnFinishProcess

CloseInputFile()

TextConverter's Methods