I need to know how you can perform an operation for total time, I’ll explain, I need to repeat my call to a function for 10 seconds and then just every 1, I tried using a timer, but I understand what’s called function EVERY 10sec and not FOR 10 sec.
Does anyone have any ideas?
thanks
I’m guessing you mean that you want to call a function once per second, and stop calling it after ten seconds. And I suspect that you will want to be able to change the interval (once per second) and the duration (10 seconds).