I've used "exit switch" myself... then 'cleaned it up' later... for no reason... but it works.

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]

--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



_______________________________________________
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