From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3accd44abeec75ee X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: DOS/Win95 file names Date: 1999/06/13 Message-ID: #1/1 X-Deja-AN: 489228199 References: <375fd4b4.608956077@news.dsuper.net> <3762e49c.109413162@news.dsuper.net> <376915b6.187530346@news.dsuper.net> NNTP-Posting-Date: Sun, 13 Jun 1999 15:19:30 PDT Newsgroups: comp.lang.ada Date: 1999-06-13T00:00:00+00:00 List-Id: On 13 Jun 1999 20:34, fluffy_puff@dsuper.net wrote: > I had an external WHILE (num_periods_good AND NOT illegal_char) > loop, with an EXIT (WHEN more_than_8) statement in it. Within > that loop I had a simple FOR loop that was supposed to do what > you just wrote, *without an exit condition, since it's a FOR > loop!*. Wrong.