Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JayEngr

    If/Else issue in script

    Thank you for the tip, the does not equal is a more elegant solution.
  2. JayEngr

    If/Else issue in script

    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...
  3. JayEngr

    If/Else issue in script

    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...

Part and Inventory Search

Back
Top