Search:

Type: Posts; User: Junky

Search: Search took 0.18 seconds.

  1. Thread: orphaned case

    by Junky
    Replies
    3
    Views
    3,990

    Re: orphaned case

    Depends upon what you mean by all in an if.

    // This is ok
    if(...) {
    switch(...) {
    case 1: {

    } // end case
    case 2: {
  2. Thread: orphaned case

    by Junky
    Replies
    3
    Views
    3,990

    Re: orphaned case

    You have case 7 inside an if statement. It might help to see where your code is wrong if you used poroper indentation. Currently your code is a nightmare to read.
Results 1 to 2 of 2