04-05-2014, 10:30 AM
Why don't call as functions?
If want to execute them in other thread, need to wait until the thread ends:
wait 0 H mac("macro1")
wait 0 H mac("macro2")
And they must be functions, not macro. Or Report NC must be function.
If want to execute them in other thread, need to wait until the thread ends:
wait 0 H mac("macro1")
wait 0 H mac("macro2")
And they must be functions, not macro. Or Report NC must be function.