Hi,
I want to make an endless division of a number by adding partial numbers each second the program runs.
e.g.
1 2
1 1.5 2
1 1.25 1.5 1.75 2
1 1.125 1.25 1.375 1.5 1.625 1.75 1.875 2
etc etc.
can anyone point me in the right direction for this?
Thanks
Dan
1