Mark,

I saw it in a sample stack and have used it since. grin

So, You're saying Break is the way to go. period.

All four characters of it!

Thanks

Tom


On Mar 20, 2008, at 2:15 PM, Mark Wieder wrote:

Tom-

If I want to leave a switch statement after successfully matching a case is it better to break and rund to the end without a default statement or
to exit the switch from that case?


Yikes! I had no idea the compiler would accept "exit switch"! I'm sure it compiles it as an alias for "break". Where in the world did you come up with
this weird syntax?

--
Mark Wieder
[EMAIL PROTECTED]



_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to