Timers run within and cooperate with the main thread. Threads are separate.
Just to make sure....when you switch to using a timer, let the repeating nature of the timer do the looping. Remove your loop, for next, while wend etc. test for the end condition within the timer action and terminate the "loop" by changing the timer mode to off then call your part2 method Guy Kuo On Aug 24, 2012, at 16:26, Jon Daggett <[email protected]> wrote: >> Btw. Are you remembering to flush the UDP socket after write? > > Thank you Guy... I'll try that first. > > If that doesn't work I guess I'll look into your other suggestion with the > timer, but not sure if that will work... a thread didn't work and that should > have (from what I've read anyway). > > > Thank you, > > Jon > > _______________________________________________ > Mbsplugins_monkeybreadsoftware.info mailing list > [email protected] > https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info > _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
