Loop iteration question
Posted: Thu Apr 14, 2005 9:28 pm
Hi,
I am running a loop that will take a considerable amount of time to execute. At the end of each iteration I am printing a success message to the screen. At present as the loop executes I am left with a white screen and then when it completes I receive all of the success messages in one big hit.
How can I do this so that the success message is printed to the screen in real time, ie each time the loop iterates. I'd like the list to grow as the loop executes.
Is this possible?
Thanks,
Rob.
I am running a loop that will take a considerable amount of time to execute. At the end of each iteration I am printing a success message to the screen. At present as the loop executes I am left with a white screen and then when it completes I receive all of the success messages in one big hit.
How can I do this so that the success message is printed to the screen in real time, ie each time the loop iterates. I'd like the list to grow as the loop executes.
Is this possible?
Thanks,
Rob.