[PD] beginner's question - counter inside a counter?

2010-11-20 Thread 2bad4you
Hello, I have built a counter that counts from 1 to 19 and then starts again from the beginning. It reads the values from the array. However I would like it to stop after it reads the values three times. I was thinking of using another counter to do that. Any suggestions? Where should I

Re: [PD] beginner's question - counter inside a counter?

2010-11-20 Thread tim vets
maybe something like this ? (attached) gr, Tim 2010/11/20 2bad4...@london.com Hello, I have built a counter that counts from 1 to 19 and then starts again from the beginning. It reads the values from the array. However I would like it to stop after it reads the values three times. I

Re: [PD] beginner's question - counter inside a counter?

2010-11-20 Thread Alexandre Lard
Hello, Not sure it's the best way to do it but as a beginner too, i would do it this way 2010/11/20 2bad4...@london.com Hello, I have built a counter that counts from 1 to 19 and then starts again from the beginning. It reads the values from the array. However I would like it to stop

Re: [PD] beginner's question - counter inside a counter?

2010-11-20 Thread Thomas Mayer
On 20.11.2010 14:51, 2bad4...@london.com wrote: Hello, I have built a counter that counts from 1 to 19 and then starts again from the beginning. It reads the values from the array. However I would like it to stop after it reads the values three times. I was thinking of using another