HI,
I currently have a set-up using an iterative loop. I want this loop to run once every second. For example, the number of iterations is equal to the run time entered by the user but needs to execute once per second so that 45 iterations equals 45 seconds. Do I need to use a timed loop or is there a way to make the iterative loop operate once per second? Thanks.
Amber