Hello Kitty,

> Also, I noticed there is now an option for a subfilter but I couldn't
> find a reference to it in help.  What is a subfilter?

Assume you have several filter with a common condition, for example:

If A and B
If A and C
If A and D
If A and E
...

You can convert those to 1 filter and several sub-filters like this:

If A
   If B
   If C
   If D
   If E
   ...

The advantage (aside of clarity) is that sub-filters for conditions B,
C, D, E... will not be checked at all unless the If A filter triggers
(condition A met) first.

BTW, in regards to your question about ordering filters, depending on
what each one checks for and does, the order in which they are
displayed (and therefore checked) may be important.

-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v3.95.6



________________________________________________
Current version is 3.95.03 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to