Hi, I have an array of 0's and 1's and I want to add the amount of consecutive 1's after 5 1's. ie.....if I have the sequence 001111111001111110000001 it would count 2 from the first sequence 1 from the second list of consecutive 1's etc. I don't know if I have explained this very well. If anyone has any ideas?? Thanks in advance