Possible enhancement

Peter M. Brigham pmbrig at gmail.com
Sun Feb 28 09:44:11 EST 2016


+1

-- Peter

Peter M. Brigham
pmbrig at gmail.com
http://home.comcast.net/~pmbrig

On Feb 27, 2016, at 4:21 PM, Mark Wieder wrote:

> 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




More information about the use-livecode mailing list