For Each…Next Loop in VB.net - Java samples - Programming tutorials on Java, C, C++, PHP, ASP
You use the For Each…Next loop to loop over elements in an array or a Visual Basic collection. This loop is great, because it automatically loops over all the elements in the array or collection—you don't have to worry about getting the loop indices just ...