exit repeat and nested repeats
Devin Asay
devin_asay at byu.edu
Thu Aug 1 16:33:11 EDT 2013
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[sKey]
> exit repeat
> end repeat
> end repeat
It should only exit the child.
Devin
Devin Asay
Office of Digital Humanities
Brigham Young University
More information about the use-livecode
mailing list