× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



rob@xxxxxxxxx wrote:

Hans,

Would LEAVE be implicit in that ELSE?

Rob Berendt

I tried to make that clear in my example:


       DOW MASTS <> 'A';
           READE TKMANO MAFILEL6
           IF %EOF(MAFILEL6);
               LEAVE;  // That is, continue at code following ENDDO.
           ENDIF;
       ELSE;
           // Code to perform when we get to MASTS='A'
           ...
       ENDDO;

The ELSE clause would be performed once the condition on the DOW is false. After the ELSE clause is performed, control continues after the ENDDO. Any LEAVE within the DOW group would cause the whole structure to be exited early, and the ELSE clause would not be performed.

I'd like to clear up one thing. I'm not advocating such a thing, since in one language I know that uses this, I can never remember when the ELSE clause is actually performed. And personally, I've never actually coded an ELSE clause on a WHILE loop in that particular language. I just threw it out as a possibility.

Cheers! Hans



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.