Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Repeating and Ending macro
#1
Trying to make a macro that keeps repeating itself until I stop it. Did a search on the topic and the closet I got was this post:
start the macro again and again

I've got the part on repeating down (I think), but can't figure out how to stop it (only way is to close the program that is being macroed). Also don't understand what this command is:

str+ stopmac
stopmac="Stop"

At the moment I have the below as a function:
str+ stopmac
rep 1
,int w1=act(win
,rig+ 933 757 w1
,wait 5
,rig- 960 600 w1
,wait 5
,lef 162 260 w1
,wait 5
,lef 210 524 w1
,wait 5
,lef 893 190 w1
,wait 5
,'V
,wait 20
,lef 982 771 w1


Some help would be appreciated, thanks.
#2
Do you need to know how to stop a function? If so, what i would do is just make a seperate macro with
Code:
Copy      Help
shutdown -6 0 "Function Name"

and just assign it a trigger?


Forum Jump:


Users browsing this thread: 1 Guest(s)