Is it possible to use wait inside the loop? - Forum

Forum Navigation
You need to log in to create posts and topics.

Is it possible to use wait inside the loop?

Hello and have a good time! Is it possible to use wait inside the loop?
I want to use loop! But repetition of commands must be done, for example, every 10 seconds! Is this idea possible! Thanks

To repeat commands at regular time intervals  it's better to use a timer object https://webhelp.visualneo.com/Timer.html

luishp and javadrajabihakami have reacted to this post.
luishpjavadrajabihakami

@javadrajabihakami use a Timer object or SetInterval command.

Regards.

javadrajabihakami has reacted to this post.
javadrajabihakami

I have used the timer command for my web site.  It works well and you can call one timer from another. It works great.

javadrajabihakami has reacted to this post.
javadrajabihakami

Thank you all for your response! I want to send an SMS automatically for all my table records! I want to call them all with one command and, for example, send a text message to each of them after every 10 seconds! Send to one every 10 seconds! Until the last person! Thanks

Uploaded files:
  • You need to login to have access to uploads.