SyntaxFix
Write A Post
Hire A Developer
Questions
The case values are just codeless "goto" points that can share the same entry point:
case
case text1: case text4: //blah break;
Note that the braces are redundant.