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.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.