Prefered way to exit out a for loop? Goto? Break? Jump? Other comammand

Break; just exits the loop you're in, and continues the rest of the code.

Which 'other' for loop will run depends on the rest of the code.
Maybe you shouldn't split your project across several threads.
Cross-posting is always a bad idea.
Leo..