exit repeat and nested repeats

2013-08-01 Thread Andrew Kluthe
How does exit repeat handle nested repeats? Does it exit the parent repeat if called from a child repeat in two repeats that are nested in a handler? repeat for each key sKey in sData repeat for each key sKey2 in sData[sKey] exit repeat end repeat

Re: exit repeat and nested repeats

2013-08-01 Thread Richard Gaskin
Andrew Kluthe wrote: How does exit repeat handle nested repeats? Does it exit the parent repeat if called from a child repeat in two repeats that are nested in a handler? repeat for each key sKey in sData repeat for each key sKey2 in sData[sKey] exit repeat

Re: exit repeat and nested repeats

2013-08-01 Thread Devin Asay
On Aug 1, 2013, at 2:22 PM, Andrew Kluthe wrote: How does exit repeat handle nested repeats? Does it exit the parent repeat if called from a child repeat in two repeats that are nested in a handler? repeat for each key sKey in sData repeat for each key sKey2 in sData

Re: exit repeat and nested repeats

2013-08-01 Thread Mark Schonewille
Programming LiveCode for the Real Beginner http://qery.us/3fi Fill out this survey please http://livecodebeginner.economy-x-talk.com/survey/ On 8/1/2013 22:22, Andrew Kluthe wrote: How does exit repeat handle nested repeats? Does it exit the parent repeat if called from a child repeat in two repeats

Re: exit repeat and nested repeats

2013-08-01 Thread Andrew Kluthe
://livecodebeginner.economy-x-talk.com/survey/ On 8/1/2013 22:22, Andrew Kluthe wrote: How does exit repeat handle nested repeats? Does it exit the parent repeat if called from a child repeat in two repeats that are nested in a handler? repeat for each key sKey in sData repeat for each