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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ef01efac83f51e2e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-18 10:50:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-relay.ihug.net!ihug.co.nz!falcon.america.net!eagle.america.net.POSTED!not-for-mail Message-ID: <3C9637B9.ECAFD092@otelco.net> From: Larry Hazel X-Mailer: Mozilla 4.78 [en] (Win98; U) X-Accept-Language: en,x-ns11F8K63r3NhQ,x-ns2r2e09OnmPe2 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: looping through variable length array References: <3c96047c$1@pull.gecm.com> <3C960A83.C2A1E9E1@otelco.net> <3c962806$1@pull.gecm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 18 Mar 2002 12:53:45 -0600 NNTP-Posting-Host: 66.0.32.230 X-Trace: eagle.america.net 1016477445 66.0.32.230 (Mon, 18 Mar 2002 13:50:45 EST) NNTP-Posting-Date: Mon, 18 Mar 2002 13:50:45 EST Organization: 24hoursupport.com Xref: archiver1.google.com comp.lang.ada:21420 Date: 2002-03-18T12:53:45-06:00 List-Id: Stephen Frackelton wrote: > > i would be using 'range anyway > the problem is the array size is variable, i have many declared arrays of > various sizes and wish to write one looping process to cater for all, > obviously i cannot loop through the array name as this only caters for that > instance of the array > thanks > Stephen > OK - so put the loop inside of a procedure as Martin suggested and call the procedure with each array. Larry