You're close -- you are missing a semicolon on the inner loop. Tuzo
for ( month = 0 ; month <13; month ++)
{
for (day = 0 ; day <32; day ++)
{
URL =
"http://calendar.forex-tsd.com/type.php?csv=1&date=2008
<http://calendar.forex-tsd.com/type.php?csv=1&date=2008>
monthday05&calendar[]=4"
filename = "C:\\FX-Calendar_month_day.csv";
Download ( URL, filename );
}
}
