>On Mon, 26 Jul 1999, Andu wrote:
>
>> I found the only way to interrupt a repeat loop do some stuff and continue
>> it afterwards is to open a modal window. Is there a way to do this just
>> from scripting with no additional window?
>
>What is "some stuff" that you're trying to do? And what is being done
>in the repeat loop that takes so long? Maybe there's a way to break
>the loop up into separate handlers and use send .. in to call them...
> Regards,
> Scott
The repeat goes through a text in a variable and if it finds words with
certain characteristics I want it to stop, allow me to change those
characteristics and then go on to the next words.
Imagine a speller looking for misspelled words in a text, stopping when it
finds one and continuing after some input from the user.
I considered your suggestions but I decided the "cleanest" solution was
using the modal window.
I just hoped there was something I didn't know.....in terms of interrupting
a repeat temporarily.
Maybe there should be something like "stop repeat....resume".
Regards, Andu