Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to exit from a For?
Message
From
22/05/2001 14:39:25
 
 
To
22/05/2001 13:16:23
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00509972
Message ID:
00510018
Views:
17
This message has been marked as the solution to the initial question of the thread.
>How can we exit from a For loop in ASP? This assumes that instead of using a Do loop until a specific condition is reached that I am using a For loop instead with a high value so it'll loop until a specific condition is reached. Then, I would issue an Exit command to exit from the For loop. However, Exit does not work. What can I use to exit from a For loop or should I always use a Do loop instead when I have such a need? I did use the Do loop in my code however I am wondering if I ever use a For loop then I would need to know how to exit from it.>>>>>>>>>
For n = 1 to 10
   If MyCondition = True Then
      Exit For
   End if
Next n


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform