pause a loop

  • Thread starter Thread starter GrantMagic
  • Start date Start date
G

GrantMagic

I am implementing a loop through a dataset.
I require this loop to pause for 10 seconds within each loop.

I tried this using a while statement within my for loop, but this punishes
my processor for the duration of the statement.

Is there a way to pause a loop for a given duration?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top