Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
start the macro again and again
#6
first change your macro into a function and put in the below code (1). then make another macro (it doesn't have to be a function) and copy the code from #2 below. after starting the first function, you can stop it via the second one. this ends it gently, if you want it to just drop it hard and fast you can use the
Code:
Copy      Help
shutdown
function.

this is not a new concept of controlling a mac with another (I call it "Macro Stacking" in my blog dvorak.org/....i mean The Macro Hook).


Macro 1
Code:
Copy      Help
str+ stopmac
rep
,act win("Dieseite.de" "CabinetWClass")
,if stopmac="Stop"
,,end
,'TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTY
,5




Macro 2
Code:
Copy      Help
str+ stopmac
stopmac="Stop"
An old blog on QM coding and automation.

The Macro Hook


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)