[Problem] Age dialog
#5

Another one with switch, is

PHP код:
switch(n)
{
    case 
1:
    {
    }
    case 
2:
    {
    }
    default:
    {
    }

It was because you simply had it, without the default.

It's like chucking in a blank { } in the middle of code without a declaration, or a condition.
Reply


Messages In This Thread
[Problem] Age dialog - by NoDi522 - 20.03.2015, 19:03
Re: [Problem] Age dialog - by Jimmy0wns - 20.03.2015, 19:30
Re: [Problem] Age dialog - by NoDi522 - 20.03.2015, 19:36
Respuesta: [Problem] Age dialog - by JuanStone - 20.03.2015, 19:53
Re: [Problem] Age dialog - by Sew_Sumi - 20.03.2015, 20:12
Re: [Problem] Age dialog - by NoDi522 - 20.03.2015, 20:16
Respuesta: [Problem] Age dialog - by JuanStone - 20.03.2015, 20:21

Forum Jump:


Users browsing this thread: 1 Guest(s)