InfoConnect for Unisys
RunExpressMacro Method
Example 


Specifies the fully qualified file name of the macro to run.
Runs an Express macro.
Syntax
'Declaration
 
Sub RunExpressMacro( _
   ByVal macroName As String _
) 
'Usage
 
Dim instance As IMacro
Dim macroName As String
 
instance.RunExpressMacro(macroName)
void RunExpressMacro( 
   string macroName
)

Parameters

macroName
Specifies the fully qualified file name of the macro to run.
Exceptions
ExceptionDescription
System.IO.FileNotFoundException Thrown if the macro file does not exist.
Example
Run an Express Macro

	
See Also