Title
puase / wait functions in a loop
Post
Hi Group
I have a "get related records" loop function and I would like to set a wait or a pause function in the loop if i can this will mean inbetween each loop the loop will pause for a set amount of time most likley seconds.
and if also posible I would like to be able to set this pause time to a random number / time each time.
is this possible?
regards Fluffy
Pause/resume Script will pause your script.
You can specify that it pause indefinitely--requiring the user to click continue to continue the script, or you can specify that it pause for a specfic number of seconds. You can use the random function to pause for a random interval.