10-11-2017, 06:13 PM
Macro Macro1049
int h1=mac("sub.script1")
int h2=mac("sub.script2")
wait 0 HM h1 h2 ;;this supports up to 4 handles. If need more, use array. More info in QM Help.
out "all threads ended"
#sub script1
rep 5
,out 1
,0.5
#sub script2
rep 4
,out 2
,0.4
;how to stop them? Right click a folder in the "Running items" pane and check "+hidden". Then right click a script there...