Question

Hi I'm kind of new to this kind of coding so u would like to have some feedback on how to make this work.

I'm trying to setup two loops. I want to be able to like type a citys name and be able to see all the companys that's located in the the city I search for and then make it go in and download a file about this company in cvs format. .

I'm thankfull for all feedback and I'm willing to reward the person who can solve my big problem..

Was it helpful?

Solution

var macro;

macro ="CODE:";
macro +="SET !ERRORIGNORE YES"+"\n";

for(var i=1; i<10;i++)
{
for(var j=1; j<10;j++)
{

iimPlay(macro)


}

}

This is example of iMacros JS Scripting with 2 loops. Tell us the rest and we will give you better code.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top