Dialog help
#5

Quote:
Originally Posted by Mencent
Посмотреть сообщение
Ok, I try it but my english isn't good..

The case-clause have to be in the switch-clause

This is right:
PHP код:
switch(...) 

        case 
1
        { 
        } 
        case 
2:
        { 
        } 

and this isn't right, because the case-stuff isn't in the switch-clause.
PHP код:
switch(...) 

        

case 
1

}
case 
2:


By the way: The other problem is solved?
Yes the other problem is solved, But i'm still stuck at the first problem, Because its just one case, and it don't have more cases, So it need to be solved on a other way right?
Reply


Messages In This Thread
Dialog help - by lulo356 - 19.06.2015, 18:30
AW: Dialog help - by Mencent - 19.06.2015, 18:35
Re: AW: Dialog help - by lulo356 - 19.06.2015, 19:14
AW: Dialog help - by Mencent - 20.06.2015, 05:15
Re: AW: Dialog help - by lulo356 - 20.06.2015, 20:18

Forum Jump:


Users browsing this thread: 1 Guest(s)