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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ef01efac83f51e2e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-18 07:15:13 PST From: "Stephen Frackelton" Newsgroups: comp.lang.ada Subject: looping through variable length array Date: Mon, 18 Mar 2002 15:16:00 -0000 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 NNTP-Posting-Host: 172.31.31.128 Message-ID: <3c96047c$1@pull.gecm.com> X-Trace: 18 Mar 2002 15:15:08 GMT, 172.31.31.128 Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!colt.net!dispose.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!172.31.31.128 Xref: archiver1.google.com comp.lang.ada:21406 Date: 2002-03-18T15:16:00+00:00 List-Id: i'm attempting to loop through a set of arrays, but theses arrays are of different lengths to cater for various message sizes. but i want to write the loop only once to cater for this. how is the best way to model this ? can i somehow use an unconstrained array ? if i have my data available in a fixed size array, how can i get this variable into a format i can loop through, regardless of the size of the array.