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


Messages In This Thread
For statement - by aravind - 06-30-2008, 03:08 AM
RE: For statement - by Ankur - 06-30-2008, 09:26 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)