Print When Expression

Is it possible to use two boolean expressions to check on printWhenExpression? I want every other line to show up as having back color and having negetive numbers red, I just need to know how to get them to use both.
dgeiselman's picture
Joined: Aug 21 2006 - 1:13am
Last seen: 17 years 1 month ago

2 Answers:

Something like this won't work for you?

new java.lang.Boolean(condition1 && condition2)
javydreamercsw's picture
Joined: Jul 17 2006 - 9:46pm
Last seen: 6 years 11 months ago
Ah, I hadn't tried that one yet. Worked, as well. Thanks.
dgeiselman's picture
Joined: Aug 21 2006 - 1:13am
Last seen: 17 years 1 month ago
Feedback
randomness