Subject | Helen's book: Break partially implemented in FB 1.0x? |
---|---|
Author | Kevin Stanton |
Post date | 2005-05-17T16:42:31Z |
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
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