Can this be done? I love using loops, but when I need to loop through an extremely long list of data, the program naturally pauses until the loop is finished. What's the best way to have a "background" loop which doesn't stop the execution of other events?
