Morning all,
I cannot figure out how to count a toggle incrementally.
I have a toggle that prints 0 1 0 1 0 1 0 1 0.
I want to sum the total, in this example, 4;
then I want to reset it with a nice [delay 100] - [b] - [0(
I can't however figure out how the first part works, i either get 0 passed in and it resets my count, or I end up with Stack Overflow, in which i get inf. numbers
Help would be appreciated