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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.212.211 with SMTP id w202mr11414037ywd.19.1446501085700; Mon, 02 Nov 2015 13:51:25 -0800 (PST) X-Received: by 10.182.250.169 with SMTP id zd9mr237817obc.1.1446501085663; Mon, 02 Nov 2015 13:51:25 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!c107no4170693qgd.1!news-out.google.com!z4ni44287ign.0!nntp.google.com!i2no1821723igv.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 2 Nov 2015 13:51:25 -0800 (PST) In-Reply-To: <87d1vse2nk.fsf@adaheads.sparre-andersen.dk> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.243.252.139; posting-account=zd4fUAoAAABZGnAfDxrdJ5Lpts-qUilv NNTP-Posting-Host: 82.243.252.139 References: <87h9l4eeon.fsf@adaheads.sparre-andersen.dk> <39131715-ea95-4188-93a1-a9819aa5472b@googlegroups.com> <87d1vse2nk.fsf@adaheads.sparre-andersen.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <590d628d-41d5-454e-ae4d-a3c72e0ac698@googlegroups.com> Subject: Re: Re : Simple call of Procedure with Ada.float_text_IO.Get From: comicfanzine@gmail.com Injection-Date: Mon, 02 Nov 2015 21:51:25 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:28181 Date: 2015-11-02T13:51:25-08:00 List-Id: Le lundi 2 novembre 2015 18:23:30 UTC+1, Jacob Sparre Andersen a =E9crit=A0= :=20 > They say so much more than that. >=20 > First: The error messages point out that there are two procedures which > match the name Identification.Get, one declared on line 7 and one > declare on line 8 in the specification of the package > Identification. >=20 > Second: They point out that if you want to call the one declared on line > 7, the formal parameter Password is missing, and that if you > want to call the one declared on line 8, the formal parameter > From is missing. Yes , but i still don't know how to fix them . It will be simple if you exp= lain me how to fix those errors instead of just explain the errors , by a c= ode .