|
-
December 16th, 2002, 08:52 PM
#1
switch Simple problem ?
Hi have used a switch the problem
switch ( sTreeText )
{
case "Practice Resource Setup":
...........
break;
case "Practice Time Setup":
break;
case "Quick Buttons":
break;
case "Procedure Code Setup":
break;
}
tell me what's wrong ?
but it says
Control can't fall through from one case label (first case) to another.
thanx
Paresh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|