Suppose I have 2 iMacros scripts script1.iim and script2.iim, is there anyway to invoke script2.iim from within script1.iim?
Thanks.
Suppose I have 2 iMacros scripts script1.iim and script2.iim, is there anyway to invoke script2.iim from within script1.iim?
Thanks.
a simple option is to combine the two scripts
Yes.
You can use JavaScript scripting for that purpose. Place
script1.iim
andscript2.iim
in the same folder as#Current.iim
Then you can make a JavaScript and name it
test.js
. In it place these codes.