0
kicks
New Feature in VB.NET 2005 - The Continue Statement,Next iteration
If i feel this will help others i posted.
The Continue statement skips the remaining
statements in the loop body of a repetition
statement and causes control to proceed to the
next iteration of the loop.
Code example for Visual Studio 2005 May 2004
Community Preview
` // Continue Statement in Visual Basic 8.0
` For using Continue statement.
For i As Integer = 0 To 100.....................http://blog.joggee.com/?p=50