Previous Topic: SetResolveFlag Method

Next Topic: Execute Method


SetScriptFile Method

Sets script file.

Syntax

object.SetScriptFile(strFile)

Owning Class

CaWInteractiveMerge

Arguments

A string that represents the script file name.

Return Value

None

Notes

None

Example

Dim objInteractiveMerge
Set objInteractiveMerge = objContext.GetInteractiveMerge()
objInteractiveMerge.SetScriptFile("Script")

More information: