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
[email protected]
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode