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



-- 
Regards,

Andrew Kluthe
and...@ctech.me
_______________________________________________
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