BREAK, in switch statement i assume needs no correspondance in VB.NET, as the switch case automatically breaks...
thus, each case part is ended automatically by the next case...
The CONTINUE, do "end" the while loops, is available in the DO loop:
Do[{while | Until} condition]
[statements]
[Exit Do]
[statements]
Loop
Exam
Main Topics
Browse All Topics





by: amit_gPosted on 2005-07-29 at 00:23:44ID: 14552541
Use EXIT FOR/DO to BREAK. There is nothing for CONTINUE