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,e511f3ccb3da24af X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: How to make like Fortran "do i = 1,20,2" Date: 2000/07/27 Message-ID: #1/1 X-Deja-AN: 651556513 References: <398066A3.8134B965@gecm.com> X-Complaints-To: abuse@pacbell.net X-Trace: news.pacbell.net 964730630 207.214.215.97 (Thu, 27 Jul 2000 13:43:50 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Thu, 27 Jul 2000 13:43:50 PDT Newsgroups: comp.lang.ada Date: 2000-07-27T00:00:00+00:00 List-Id: >Often wanting to process data in this manner would suggest that there >might be a more meaningful way to express the structure of the data. Amen! In my experience, if Ada makes it hard to code something one way, some thought will almost always show that it could be expressed more elegantly and more clearly in another way. Why in this case do you want to step by 2's through the array?