I hesitate to mention it, but this is an ideal situation for using Boolean algebra to reduce the number of conditions. It sounds terrible, but the rules aren't all that difficult, and it's well worth the effort of learning (assuming you'll be doing much of this sort of complicated work with conditionals).
In reply to Re: Checking lots of conditions...ORed and ANDed
by baruch
in thread Checking lots of conditions...ORed and ANDed
by TVSET
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |