05-29-2007 09:31 AM
05-29-2007 09:48 AM - edited 05-29-2007 09:48 AM
05-29-2007 09:57 AM - edited 05-29-2007 09:57 AM
Just initialize an empty array in a shift register, then append matched elements using "built array". (The FALSE case has the array wired through).

I assume you know how the get the array size at the end. 😉
Message Edited by altenbach on 05-29-2007 07:58 AM
05-29-2007 10:06 AM - edited 05-29-2007 10:06 AM

Message Edited by altenbach on 05-29-2007 08:08 AM
05-29-2007 10:47 AM
I agree.
If you are only interested in the number of matches, it is a huge waste of resources to built that array. In this case you could use something like the two alternaties shown here instead: :)