RunWebMacroFile

Top  Previous  Next

×V3.0Ø ((EMUE + Web))

Syntax -

RunWebMacroFile <file path and name>

       Where:

               <file path and name> is a literal string or a variable that contains a literal string.

 

Description:

This command runs the web macro code contained in the file specified by <file path and name>.

 

Note: This command is a part of the Web Macro Commands, introduced in EMUE V3 and should not be mixed with Web Scripting Commands from EMUE V4.

 

Sample:

       The following statement runs the web macro code contained in the file ClaimStatus.iim.

RunWebMacroFile "C:\EMUE\WebMacros\ClaimStatus.iim"