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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3fd398f82685fcd5,start X-Google-Attributes: gid103376,public From: Xuren Huang Subject: Text_io, beginer's question Date: 1996/10/18 Message-ID: <32671BAF.D25@mail.wdn.com>#1/1 X-Deja-AN: 190285670 content-type: text/plain; charset=us-ascii organization: Posted via CAIS Internet mime-version: 1.0 reply-to: Xuren.Huang@mail.wdn.com newsgroups: comp.lang.ada x-mailer: Mozilla 3.0 (Win95; I) Date: 1996-10-18T00:00:00+00:00 List-Id: Wrote a loop to read in strings along with other types of variable from keyboard. Except the first time it was encounted in the loop, the line " Text_IO.Get_Line(String, StringLength)" would not be executed. Any idea how to fix that? BTW, I am using win95 GNAT v.304a. Thanks in advance.