BREAKING on an EXCP


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jeff Cinelli on March 07, 2018 at 14:36:29:

Is there an way to break out of a look on an exception, without using a label?

DO
INQUIRE (LUN,FORMAT),EXCP=BREAKNOW
LOOP
!
BREAKNOW:
MSGBOX('BROKE')

If there's not a way to do this without the label, it would be cool if we could have new statements to do that, similar to NOEXCP. BREAKEXCP or EXCPBREAK would transfer to control after the loop/next statement.

DO
INQUIRE (LUN,FORMAT),EXCPBREAK
LOOP
!
MSGBOX('BROKE')

I don't know if a similar statement for CONTINUE would be beneficial, but for a break, it would be great.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]