01-11-2004, 07:31 PM
I'm still not sure what I'm doing wrong. I've crated a test folder with the following 2 files:
Test Menu:
Test Macro:
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
Test Menu:
Test Macro:
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