Wow, if only all my threads got such a response!
Anyway, I only asked cause I came across the need for it, admittedly it's only the once in 10 years of coding in QB64 i've had this need though so i suppose i could just use a work around.
Here's a basic view of how i came across the need for _BREAK. I had a select case with a triple For loop in it and rather than the work around of checking a variable and then exiting each for loop i needed a _BREAK.
Obviously i could use Line labels and a GOTO (and is what i ended up doing) but thats not (as far as i am concerned) good coding practice, that maybe just a hangup i have being a OOP guy or something, i dunno.
I dont mind if the answers a NO as it's far from essential.
Unseen