playfullscientist
Joined: 20 Apr 2005 Posts: 22 Location: Princeton NJ USA
|
Posted: Thu Apr 21, 2005 6:44 pm Post subject: halting a script |
|
|
Hi...I was working on placing a string in a text area (see earlier post). When it did not work, I went to a more complicated script. It worked, but it worked too well. It refused to stop and kept apending abcd to the textarea. How do I halt this script after one insert of abcd? Thanks. playfullscientist
clipboard=abcd
SetTimer,alert1,100
return
alert1:
;right click in textarea to get dialog box
MouseClick,Right,250,300
;left click on Paste in dialog box
MouseClick,Left,262,367
return _________________ I am a playful scientist |
|