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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7ba49aac4e73460 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.135.231 with SMTP id pv7mr8345986pbb.8.1329093677989; Sun, 12 Feb 2012 16:41:17 -0800 (PST) Path: wr5ni18004pbc.0!nntp.google.com!news2.google.com!postnews.google.com!k6g2000vbz.googlegroups.com!not-for-mail From: Will Newsgroups: comp.lang.ada Subject: Re: Need Help On Ada95 Problem Date: Sun, 12 Feb 2012 16:41:17 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <553ceec3-ec34-41de-9723-0dc342379cfe@vv9g2000pbc.googlegroups.com> <4ea6309f-cf07-44f6-8c56-5189a0081dcc@g27g2000yqa.googlegroups.com> <43ebdc77-d90a-4213-8e74-db92ad373e14@m7g2000vbw.googlegroups.com> NNTP-Posting-Host: 134.240.94.56 Mime-Version: 1.0 X-Trace: posting.google.com 1329093677 3726 127.0.0.1 (13 Feb 2012 00:41:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 13 Feb 2012 00:41:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k6g2000vbz.googlegroups.com; posting-host=134.240.94.56; posting-account=CZZpzgoAAAAoaHoNNp9zhY9EzQgEmxhU User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALENKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; rv:10.0.1) Gecko/20100101 Firefox/10.0.1,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-02-12T16:41:17-08:00 List-Id: I did write the inverse decrypt as well. I did 4 "for" loops and nested them inside eachother going from 0..9 so it covered every combination from 0000 to 9999. It also worked. I can send you the code if you would like to view it. I do like your code much better. It practices good coding habits and it is much shorter. In the near future I believe our class will begin talking about types and subtypes and using things like constant array etc. Thanks a bunch. -Will