i am the new to .nt and i have been started few day before ,
i have prb with exiting the inner for loop when nested together,
i want to be exit whole for loop statments than just one so plz help me
Depending on how you organize code there may be different solutions. For example if you run the nested loops in its own sub or function method it may be appropriate at some point in iteration to exit this method with Exit Sub statement or return a value with the Return statement. In a sub method the Return statement is actually equivalent to Exit Sub.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.