that worked awesome! VERY fast doing it this way.. readln way took about 1 min where this was seconds.!!!! thanks alot. May want to put this in your help file as a sample!
WM
Search found 7 matches
- Tue Apr 19, 2005 6:34 pm
- Forum: Technical / Scripting
- Topic: Readfile Question
- Replies: 2
- Views: 5166
- Tue Apr 19, 2005 4:51 pm
- Forum: Technical / Scripting
- Topic: Readfile Question
- Replies: 2
- Views: 5166
Readfile Question
Trying to use readfile to Replace some text in a file. I know how to do it with the ReadLN function but its so extremely slow I just can't use it. I need to be able to read a file and if a certain text is in the file then do something. but the text I need to find is on three lines. Example TYPEID_GA...
- Wed Dec 08, 2004 2:39 pm
- Forum: Technical / Scripting
- Topic: Hold Keypress
- Replies: 1
- Views: 3881
Hold Keypress
anyway to make a script hold down a key? I have tried to record a macro holding down one of the arrow keys.. but it just does a Press Left * 25 I need it to be able to hold it..
- Wed Dec 01, 2004 3:26 pm
- Forum: Enhancement Suggestions
- Topic: WaitPixelChange
- Replies: 2
- Views: 9703
Nevermind
that will work awesome.. thanks.. I had a previous post asking what those commands did.. now I know..
WantedMan
WantedMan
- Tue Nov 30, 2004 8:12 pm
- Forum: Enhancement Suggestions
- Topic: WaitPixelChange
- Replies: 2
- Views: 9703
WaitPixelChange
would be nice if this feature had the ability to see if the pixel changes AT ALL. not necessarily changes to a specified color, but just changes at all.
- Tue Nov 30, 2004 8:08 pm
- Forum: General Discussion
- Topic: Confused with GetRectCheckSum
- Replies: 2
- Views: 5629
Confused with GetRectCheckSum
Label>waitforit GetRectCheckSum>10,10,15,15,cs If>cs=6.20066481623195E16,Done Goto>waitforit Label>Done Message>There You Go This is the sample from the help. although I have been using this program for quite some time.. I have never used this and I am pretty confused as to how/what it does. I run m...
- Tue Nov 30, 2004 7:59 pm
- Forum: Enhancement Suggestions
- Topic: Hold Keypress down
- Replies: 0
- Views: 7855
Hold Keypress down
would be nice to have a feature to be able to hold down a key.. something like this is what I mean. Let>KP_HOLD=1 Press LeftArrow Wait>2 Let>KP_HOLD=0 I don't know how you would put it in. but basically this will press and HOLD the left arrow key for 2 seconds then release. Maybe even a PressHold le...