How to count specific numbers in a list for each time list updates?
Which object is best suited to count through a list that has only 2 possible numbers.
I need it to tell me how many time the number 0 is present and how many times 255 is present for each update of the list
Im looking through the zl family of objects but getting quite confused
All help greatly appreciated
Ali
Here is one way, quick & dirty:
Cheers for your help Patrick, that will do the job nicely
Connect the output of your jit.spill to "my" small contribution, or insert a t b l between your huge message and jit.spill (the b connected to the message, the l to the prepend set). Or...
BTW, you can use the message's rightmost input instead of using set.
Ok cheers again I'll get stuck into it, thanks mate
some alternatives using zl or the jit.3m that you already had in place.
Thanks Emmanuel, that both gives me nice solution to my problem and answers a question I was about to ask about using zl. Much Appreciated mate!