Loop in Imacros using Javascript

for (i = 0; i < n; i++)
{
iimPlay("macroname.iim");
}

Leave a Comment