Hallo,
Welche Schreibweise ist richtig:
if ( (($test1=="ja") OR ($test2=="ja")) OR ($test3=="ja") )
{
[...]
}
oder aber:
if ( ($test1=="ja") OR ($test2=="ja") OR ($test3=="ja") )
{
[...]
}
oder ist das "Jacke wie Hose"...
Gruß Peter
Hallo,
Welche Schreibweise ist richtig:
if ( (($test1=="ja") OR ($test2=="ja")) OR ($test3=="ja") )
{
[...]
}
oder aber:
if ( ($test1=="ja") OR ($test2=="ja") OR ($test3=="ja") )
{
[...]
}
oder ist das "Jacke wie Hose"...
Gruß Peter