NewProject()
Description
Description
Creates a new TextConverter project clearing any settings or changes previously done.
Syntax
Syntax
Function NewProject()
Parameters
Parameters
none
Return value
Return value
none
An exception is thrown in case of errors.
Example
Example
Dim TextConverter
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
TextConverter.NewProject()Â
See also
See also