Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
For statement
#1
Not Solved
Code:
[b]For i = 1 to 10[/b]
  Statement1
  statement2
  statement3
    If  x= y Then
    i = i+1
    End If
---------> How to bring the control just above to "For i = 1 to 10" statement at this point?
Next
Reply
#2
Not Solved
Did you mean you want to exit loop and jump to line just before For Loop? Can you explain your requirement in detail?
Want to fast track your QTP/UFT Learning? Join our UFT Training Course
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)