01-09-2017, 08:41 PM
Or export the iMacros script to VBScript and run the code in QM, like:
Macro Macro2728
Also can run C# code, but need to know the .NET dll path and the namespace. Maybe don't need the dll path if the dll is installed in the .NET assembly cache; then need just the namespace name, to add code line 'using Namespace;'.
Macro Macro2728
Also can run C# code, but need to know the .NET dll path and the namespace. Maybe don't need the dll path if the dll is installed in the .NET assembly cache; then need just the namespace name, to add code line 'using Namespace;'.