01-12-2015, 02:31 AM
Hello, look for this piece of the code, use Find
If you can't find it find $SearchCount = 0
Then the _Sleep(milliseconds) is the delay between search.
1 second = 1000 milliseconds
Code:
$SearchCount = 0
While 1
If _Sleep(1000) Then ExitLoop (2)
If you can't find it find $SearchCount = 0
Then the _Sleep(milliseconds) is the delay between search.
1 second = 1000 milliseconds