> You need to enclose the full expression between brackets.
>
> if (a == 1 && b == 1 && (C == "bla" || C == "blub")) {
> ...
> }

This is what I first tried, but it doesn't compile: " Syntax error "(" "

---

What about my patch?

regards Uwe

Reply via email to