12-05-2013, 09:10 AM
I read the QM help, and the topic of Threads has one content as below:
QM allows to run 1 macro and any number of functions at a time. All they run in their own threads. Several instances of the same function also can run simultaneously, because each runs in its own thread.
But I write one macro included two functions (the two functions can be same or different), after it executes first function, it can execute second function. But I want the two functions can run simultaneously, can QM do it?
QM allows to run 1 macro and any number of functions at a time. All they run in their own threads. Several instances of the same function also can run simultaneously, because each runs in its own thread.
But I write one macro included two functions (the two functions can be same or different), after it executes first function, it can execute second function. But I want the two functions can run simultaneously, can QM do it?