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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fabdf3894cea2f63,start X-Google-Attributes: gid103376,public From: W1bBle Subject: Weird get_line() Date: 1999/03/28 Message-ID: <7dlbot$co$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 459989030 X-Http-Proxy: 1.0 x14.dejanews.com:80 (Squid/1.1.22) for client 195.11.50.204 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Sun Mar 28 13:45:02 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: IBrowse/1.22 (AmigaOS 3.1) Date: 1999-03-28T00:00:00+00:00 List-Id: I have an extremely strange problem with get_line() In the main part of the program, it functions as normal. However, when it is used inside a loop (like you would need to implement a basic text menu on your terminal) the program appears to "skip" over the get_line() statement, removing the possibility of user input, which kind of defeats the purpose of having a menu. get() suffers no such problems. Any ideas? I'm using the gnat system. Thank you W1bBle -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own