>> 
>> 2009/12/15 Tim Selander <selan...@tkf.att.ne.jp>
>> 
>> Is there any way in RR to check for user input during a repeat loop? I'd
>>> like a loop to continue until the user types a certain key -- at which point
>>> the script would exit the handler.


In my code I have this sprinkled throughout all the repeat loops.

if the optionkey is down then
   exit repeat
end if

Then if I hold down on the option key, it drops out of that repeat loop. I 
sprinkle these within each repeat loop so that it drops out of whatever long 
process I started.

Kee Nethery_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to