Continue statement in VB.NET 2005
Mike McIntyre shows some examples of using the Continue statement in VB.NET 2005. Another cool feature of the Continue statement is it allows for the Continue to be on an outer loop. For example, if you were iterating over items in a 2 dimensional jagged array, you can use code like this: Dim values()() […]
Click here to read more »