On Tue, 8 May 2007, Uwe Stöhr wrote:

 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 "(" "

Then you have some other problem that's confusing you.

/C

--
Christian Ridderström, +46-8-768 39 44               http://www.md.kth.se/~chr

Reply via email to