I already mentioned in my last question that I have a main method in script1 which has to run for each set of variables in script2.
I want to run the main script again and again for each set of variables (var1 to var8 since the main method utilises 8 variables to run) in script2.
How do I achieve this?