LaunchMacroFromDoc FunctionExecutes a macro stored in a document from a rule. Warning: It is up to the user to check that the macro which is run is not going to cause an infinite loop or result in a system crash. SyntaxLaunchMacroFromDoc(MacroName ) ExampleLaunchMacroFromDoc("Macro1")
|