Changes

Jump to: navigation, search

Visual Basic For Loops

1 byte added, 18:18, 8 April 2009
Continuing a For Loop
MessageBox.Show("Counter is currently: " + CStr(intCount))
Next intCount
</pre>
When the above example is executed, a MessageBox will appear for each iteration of the loop except for when the ''intCount'' value is equal to 3.

Navigation menu