Subject Helen's book: Break partially implemented in FB 1.0x?
Author Kevin Stanton
Greetings,
I have found a spot in Helen's book regarding the Break statement. Found it
when I happened across the Leave statement. It said Leave deprecates the
partially implemented Break statement in FB 1.0x.

Question:
Should I not rely on the Break statement?

I have a SP that loops through a table looking for item details to make up a
current balance. Once I get enough detail records to make up the current
balance, I would like to "Break" to the outer For Select loop.

TIA,
Kevin