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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,723d750f4b80c21e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-17 00:30:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!nntp.infostrada.it!i2unix!newsfeed.mclink.it!not-for-mail From: "F" Newsgroups: comp.lang.ada Subject: Re: a little help Date: Wed, 17 Oct 2001 09:11:58 +0200 Organization: MC-link S.p.A. Message-ID: <9qjaos$1q80$1@newsreader1.mclink.it> References: <9qgrgh$1f10$1@newsreader1.mclink.it> NNTP-Posting-Host: net154-133.mclink.it X-Trace: newsreader1.mclink.it 1003302492 59648 195.110.154.133 (17 Oct 2001 07:08:12 GMT) X-Complaints-To: usenet@newsreader1.mclink.it NNTP-Posting-Date: Wed, 17 Oct 2001 07:08:12 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Xref: archiver1.google.com comp.lang.ada:14779 Date: 2001-10-17T09:11:58+02:00 List-Id: Dear Ted, i understand that this problem seems a school homework but i'm not a student.... I'm trying to learn this language alone and i've not a great number of manuals to read.... If i wrote this message is because i think that someone could help me. Consider that i'm a graduate in Matematics and so i'm not so expert on a programming language. I hope you would reconsider your answer an send me a way to understand my problem whith Ada.... Thank you Phosphorus Ted Dennison ha scritto nel messaggio ... >In article <9qgrgh$1f10$1@newsreader1.mclink.it>, F says... >>type st is new string; >> get(c); b(ind):=c; ind:=ind+1; >> >>when i call the first time this procedure i obtain the input string but the >>second time nothing happens..... >>I think that character return remains in the keyboard buffer, how can I >>resolve this problem????? > >Since this looks like a school assignment, I'll give out a hint only. If "get" >isn't working for you, it would seem sensible to try a different routine, no? >Look through the package Get comes from and see if you can find anything else >useful in there. > >--- >T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html > >No trees were killed in the sending of this message. >However a large number of electrons were terribly inconvenienced.