WaitScreenImage + IF condition

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
xavior
Newbie
Posts: 7
Joined: Thu May 13, 2010 6:26 pm
Contact:

WaitScreenImage + IF condition

Post by xavior » Fri Oct 31, 2014 8:59 pm

Hello,

I have code:

Code: Select all

Let>WSI_TIMEOUT=10
WaitScreenImage>%BMP_DIR%\image_2.bmp,0.7,CCOEFF

If>WSI_TIMEOUT=FALSE
  MessageModal>Error, no image
Endif
Can't make IF condition working, where is my mistake?

xavior
Newbie
Posts: 7
Joined: Thu May 13, 2010 6:26 pm
Contact:

Re: WaitScreenImage + IF condition

Post by xavior » Fri Oct 31, 2014 9:01 pm

Needed to use

Code: Select all

If>WSI_TIMEDOUT=FALSE

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts