On 02/27/2016 12:53 PM, Peter Haworth wrote:

Worth an enhancement request?

What I'd rather see, and I think Robert Calliau has suggested this before, is the ability to have named loops. Then you could exit from a loop by specifying its name.

 repeat ..... as outerLoop
     repeat..... as loopyLoop
        repeat..... as innerLoop
           if <condition> then exit loopyLoop
        end repeat -- end of innerLoop
     end repeat -- end of loopyLoop
     -- after the 'exit loopyLoop' the script continues here
 end repeat -- end of outerLoop

--
 Mark Wieder
 ahsoftw...@gmail.com

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

Reply via email to