Try this. Look at ?flsuh.console if you are on windows

HTH, Andy

#~~~~~~~~~~~~~~~~~~~~~~~~
i<-0
while(i<100){
## "do a lot of commands"

##"print i"
cat(i, "\n")

## if using windows
flush.console()

i<-i+1
}

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to