Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
End Macro w/ a text sensitive menu
#3
I'm still not sure what I'm doing wrong. I've crated a test folder with the following 2 files:

Test Menu:
Code:
Copy      Help
done :int+ finished=1

Test Macro:
Code:
Copy      Help
spe 2000
run "notepad"
5 "Notepad"
0.5

int+ delay = 3
int+ finished = 0

rep
    if(finished) break
    outp "Finished ''%i'' []" finished
    wait(delay)

No matter what I type, it always repeats:

Finished 0

I've tried typing edone, done, etc. and it just keeps repeating. I know I'm missing a step here but I'm not sure where Sad


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)