Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Running multiple loop script all in one
#5
Macro Macro1049
Code:
Copy      Help
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...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)