Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent of LOOP command
Message
 
 
To
13/05/2006 20:17:08
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 8.0
Miscellaneous
Thread ID:
01121694
Message ID:
01121768
Views:
12
This message has been marked as the solution to the initial question of the thread.
You may use the continue statement from VB.

>C# has a continue statement, but I can't find anything comparable in VB. =(
>
>~~Bonnie
>
>
>
>>>There's an example in the documentation:
>>>
>>>For Counter = 0 To UBound(StringArray)
>>>   If StringArray(Counter) = "" Then Exit For
>>>   .
>>>   .
>>>   .
>>>Next Counter
>>>
>>
>>Exit For and Loop and two different things. The Loop skip to the next For and not out of it. Unless, there is something I am missing.
Michael McLain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform