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 [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
