In C or C++ you can exit the body of a loop and just move on to the next iteration without finishing, using the "continue" statement...

Is there a way to do this in VB.Net?

Squirrelly1