34,333
edits
Changes
→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.