Here is how I've tried and failed to implement the If / Else, not sure if it's a syntax issue or I'm just boggling it up completely.
For i=1 to GWL_COUNT
If i == 12
next
Else
for ticker=1 to 48
crt.Screen.WaitForString("REQ")
crt.Screen.Send( "NEW" & vbcr )
crt.Sleep...
Disclaimer, I'm not a scripter/programmer just trying to speed up a tedious portion of my job, but running into what is probably a simple issue.
I think the best approach would be an If/Else statement, I have the below code running correctly except I would like to skip 12 in the loop. So maybe...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.