Tormey wrote: > BEGIN SEQUENCE - END SEQUENCE IN CLIPPER PROVIDES AN ABSOLUTE LOOP EXIT
I was a Clipper Head for about 8 years, but don't recall ever using begin sequence. Course, it's been more than a decade since I looked at any of my code. I'm not 100% sure I understand what your asking, but DO While has an EXIT keyword which will take you unconditionally out of the loop. As for Begin Sequence, would TRY CATCH ENDTRY do what you need? _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

