Search found 4 matches
- Sun Jul 22, 2012 3:49 pm
- Forum: Technical / Scripting
- Topic: FindImagePos NumFound=-1
- Replies: 2
- Views: 3749
FindImagePos NumFound=-1
What does a negative value for numfound mean? I've run WaitScreenImage first and the image was located (WSI_RESULT=1) Thank You GetScreenRes>x,y ScreenCapture>0,0,x,y,C:\temp1.bmp Let>WSI_TIMEOUT=20 WaitScreenImage>C:\Page_1_Begin_ Button.bmp,0 FindImagePos>C:\Page_1_Begin_Button.bmp,C:\temp1.bmp,0,...
- Wed Jan 11, 2012 5:14 pm
- Forum: Beginners
- Topic: How do I combine variables into variable names?
- Replies: 4
- Views: 7720
- Wed Jan 11, 2012 4:07 pm
- Forum: Beginners
- Topic: How do I combine variables into variable names?
- Replies: 4
- Views: 7720
Thank you for your speedy reply. If that looked good then I have another related issue concerning this same situation. How could I get the value out and compare to another value. Here's what I've got, but it doesn't work. Or If I wanted to send> the value of Place_%CPCCard%%CPCColumn%%CPCRow% instea...
- Wed Jan 11, 2012 7:13 am
- Forum: Beginners
- Topic: How do I combine variables into variable names?
- Replies: 4
- Views: 7720
How do I combine variables into variable names?
I am wondering how I can combine a variable(s) into a variable name? Example script: Repeat>Card Let>Card=Card+1 Repeat>Column Let>Column=Column+1 Repeat>Row Let>Row=Row+1 Let>Place_%Card%%Column%%Row%=1 Until>Row,5 Until>Column,5 Until>Card,3 I would like to have a bunch of variables named: Place_1...