NewProject()


Description

Creates a new TextConverter project clearing any settings or changes previously done.

Syntax

Function NewProject()

Parameters

none

Return value

none

An exception is thrown in case of errors.

Example

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

See also