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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ffb6ab6b0a450018,start X-Google-Attributes: gid103376,public From: mb94cp@badger.ac.brocku.ca (MICHAEL BORDYNUIK) Subject: getchar and get() Date: 1996/02/18 Message-ID: <1996Feb18.230507.14526@spartan.ac.BrockU.CA>#1/1 X-Deja-AN: 139972723 sender: news@spartan.ac.BrockU.CA (Usenet News) organization: Brock University, St. Catharines Ontario newsgroups: comp.lang.ada Date: 1996-02-18T00:00:00+00:00 List-Id: Is their any way to terminate character input without a LF? I'm trying to make the input such that after x number of inputted characters, the function automatically terminates. I have tried manipulating the file_support.file_record (is this standard?) and have used the file_support.getchar function for input but this is limited; from dissection, the routine still relies on the LF (no meaningless character data has to be entered though) Any information would be appreciated, Mike