InfoConnect for Unisys
RunHostExplorerMacro Method (IMacro)


Specifies the full path of the macro to run.
Runs a HostExplorer acro.
Syntax
'Declaration
 
Sub RunHostExplorerMacro( _
   ByVal macroName As String _
) 
'Usage
 
Dim instance As IMacro
Dim macroName As String
 
instance.RunHostExplorerMacro(macroName)
void RunHostExplorerMacro( 
   string macroName
)

Parameters

macroName
Specifies the full path of the macro to run.
Exceptions
ExceptionDescription
System.IO.FileNotFoundException Thrown if the macro file does not exist.
Remarks
Assumes that the EXTRA! Basic runtime is installed.
See Also