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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bc4137777a63bff X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Thu, 28 Jul 2005 20:55:11 -0500 From: "Steve" Newsgroups: comp.lang.ada References: <1122305318.728942.304120@f14g2000cwb.googlegroups.com> <2OudnZo-iL1aN3jfRVn-iQ@comcast.com> <1122475184.849564.159870@g44g2000cwa.googlegroups.com> <1122547648.069514.63520@g14g2000cwa.googlegroups.com> Subject: Re: Help needed for ada package Date: Thu, 28 Jul 2005 18:57:48 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-ID: NNTP-Posting-Host: 24.22.63.157 X-Trace: sv3-77y/6m1qPJED2BO0D+CRCWhVFLo6l3DiQjRsquaNYH97YfRF4GKX/QyTGspnaB1qPKHUL1k1oXZ/FGi!zEkHSJoovhwxmLXG512/xH5uBgCeUfguiWUaRpjv7tIuS9PsQFPMY/7gZDPFQ63pYeDbKiiOrqo= X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:3828 Date: 2005-07-28T18:57:48-07:00 List-Id: wrote in message news:1122547648.069514.63520@g14g2000cwa.googlegroups.com... > Thank you for all the suggestions. Here is what I've done so far, [snip] > > What I wanna ask is how can you reset an entire array? For > More_In_Group I want to reset the Members_Array and use a similar loop > used in Next_Member to rebuild it, this way the previous member looked > up disappears and all I would need to do is check if there are elements > still in the array to return true or false. Any suggestions? > In your original post you indiciated: "The procedure rest resets the database to its original state." So, I think all you need to do is set your counts and indexes back to 0. Steve (The Duck)