Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
kill and start macro
#3
= start macro without new thread

macroname 

= start macro with new thread

mac("macroname")

= start macro with new thread and wait for thread end

int hThread
hThread = mac("macroname"); wait 0 H hThread

= start macro to get values

int i
i = macroname ; wait 5 V i
( wait for 5 seconds to get value "i", if not, errors )


Messages In This Thread
kill and start macro - by raptor1810 - 07-29-2020, 11:54 PM
RE: kill and start macro - by redbull2k - 07-30-2020, 09:02 PM
RE: kill and start macro - by luvu2des - 08-03-2020, 11:59 AM
RE: kill and start macro - by raptor1810 - 08-05-2020, 08:53 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)