Send comments on this topic.
RunLegacyReflectionMacroFile Method
Attachmate.Reflection.Objects.Emulation.IbmHosts Library > Macro Object : RunLegacyReflectionMacroFile Method
fileName
The name of a macro file. Include full path information if the macro file is not in the current folder.
macroData
An optional string to pass information to the macro.
Runs the legacy Reflection macro that in the specified macro file.

Syntax

 
object.RunLegacyReflectionMacroFile( 
   ByVal fileName As String,
   ByVal macroData As String
) 

Parameters

fileName
The name of a macro file. Include full path information if the macro file is not in the current folder.
macroData
An optional string to pass information to the macro.

See Also