|
The subject of my question is
"Why do you want to jump out of the current loop and enter the next cursor loop in the loop cursor?"
The goal I want to achieve is "to jump out of the current loop and enter the next loop"
But using exit is to exit the entire loop, and I want to continue the loop below.
In addition to the above goto, how can it be done concisely? Thanks a lot! |
|