How do I get out of nested for or loop in vb.net?
I tried using exit for but it jumped or breaked only one for loop only.
How can I make it for the following
Make the outer loop a while loop, and "Exit While" in the if statement.