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=0.5 required=5.0 tests=BAYES_05,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,49ddd117f54c2d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: mike.martelli@gmail.com Newsgroups: comp.lang.ada Subject: Re: New to Ada, noticing something strange. Date: 30 Sep 2005 09:43:07 -0700 Organization: http://groups.google.com Message-ID: <1128098587.715642.69390@z14g2000cwz.googlegroups.com> References: <1128014442.343461.185800@g49g2000cwa.googlegroups.com> <_xW_e.4596$zQ3.2632@newsread1.news.pas.earthlink.net> <1128020747.226853.325750@z14g2000cwz.googlegroups.com> <1128038313.717692.268490@z14g2000cwz.googlegroups.com> <433d10dc$0$26217$9b4e6d93@newsread2.arcor-online.net> NNTP-Posting-Host: 166.77.6.4 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1128098592 12904 127.0.0.1 (30 Sep 2005 16:43:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 30 Sep 2005 16:43:12 +0000 (UTC) In-Reply-To: <433d10dc$0$26217$9b4e6d93@newsread2.arcor-online.net> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 (ax),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=166.77.6.4; posting-account=2Kx9Xw0AAADNctxkDMILsC-KEZIDvZ3h Xref: g2news1.google.com comp.lang.ada:5311 Date: 2005-09-30T09:43:07-07:00 List-Id: Well I want to thank you all for your help (sorry for not mentioning if was for a school assignment). It seems my problem was the padding that would result from calling Interger'Image (thanks Georg). The version of my program I posted was an older one (I have made improvements on a different version that many of you mentioned but didnt have that source with me). The idea for the defining all elements in the array was a useful one too (thanks Jeff) I was not sure how to do, becuase it would not let me use 'others' in my procedure I had used to generate the array. once i generated it inline i was able to use the others keyword. Thanks again.