如题,找同一张图,如果找到这张图,就循环重新在找一次,一直循环到找不到这张图,然后跳出循环,怎么写
i = 0
While i = 0
FindPic 0,0,1024,768,"Attachment:\神盾.bmp",0.9,intX,intY
If intX > 0 And intY > 0 Then
Else
i=1
End If
Wend