Radio Buttons / Break
DunbarX at aol.com
DunbarX at aol.com
Tue Jan 18 16:23:38 EST 2011
In a message dated 1/18/11 3:30:03 PM, klaus at 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.
More information about the use-livecode
mailing list