12-16-2004 03:53 PM
12-20-2004 02:27 AM
10-07-2005 01:55 PM
I have found an alternative "Non-Express" solution that works for a finite number of channels.
Make a for loop
Place a case structure inside of the loop
wire the indexing terminal of the for loop to the conditional terminal of the case
Define the filter in case 0
Delete case 1
And duplicate case 0 for every channel you have. "BIG TIP:: if you use the text edit cursor and select the '0' and then press {ctl+Shift+Enter} it will duplicate the case you are on while incrementing the case #. TIP #2 Hold the key sequence down and it will repeat"