Hello,
I try to figure out how to increase the value from "Every 1 seconds" by a factor A, so that :
-If A = 0.9, then it gives me "Every 1.1 sec"
-If A = 0.5, then "Every 2 sec"
-If A = 0.25, then "Every 4 sec"
-If A = 0.1, then "Every 10 sec"
-If A = 0, then "Every infinite sec"
I need to find out the math to obtain the good value for "ervery X seconds" for every A between 0 and 1, following the same logic.
Any ideas ? :D