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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ecc84d105c2a1f02,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-19 06:18:24 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!news.gtei.net!enews.sgi.com!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc2.pa.home.com.POSTED!not-for-mail From: "David Tumpa" Newsgroups: comp.lang.ada Subject: problems with get_immediate and get_line X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Sun, 19 Aug 2001 13:18:42 GMT NNTP-Posting-Host: 65.9.87.79 X-Complaints-To: abuse@home.net X-Trace: news1.rdc2.pa.home.com 998227122 65.9.87.79 (Sun, 19 Aug 2001 06:18:42 PDT) NNTP-Posting-Date: Sun, 19 Aug 2001 06:18:42 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:12102 Date: 2001-08-19T13:18:42+00:00 List-Id: Any help with the following issue would be greatly appreciated. I have noticed that the get_immediate procedure works somewhat inconsistently with my applications. If I have this call several times within my program, typically the first call will work and the others will be ignored. I have the same problem with get_line. Does anyone know what is happening or how to correct this problem. Thanks,