In a message dated 1/18/11 3:30:03 PM, kl...@major.on-rev.com writes:

> > Break works OK. It just passes control to the end of the handler. The 
> docs
> > say is acts like "exit", and it does.
> 
> Could not find this in the docs!
> 

Per the dictionary:

The break command should not be used outside a switch structure: such use 
is nonstandard, so it may not be apparent to whoever reads the code that the 
use is intentional. If it appears outside a switch structure, it has the 
same effect as the exit control structure.
_______________________________________________
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