for (i in 1:10000)
{
if( (i - 100) %%100 == 0)
print(i);
}
--
View this message in context:
http://r.789695.n4.nabble.com/Displaying-Iteration-Count-tp2264088p2264124.html
Sent from the R help mailing list archive at Nabble.com.______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

