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,FROM_ADDR_WS, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,43179752d055a7a8 X-Google-Attributes: gid103376,public From: Nasser Abbasi Subject: Re: How do I do I/O with GNAT? Date: 1997/10/09 Message-ID: <61i9ub$94c@drn.zippo.com>#1/1 X-Deja-AN: 278953594 References: <343c5e2d.2978487@news.mindspring.com> Organization: None Newsgroups: comp.lang.ada Date: 1997-10-09T00:00:00+00:00 List-Id: In article <343c5e2d.2978487@news.mindspring.com>, spamsux@mindspring.com says... > >Specifically, I need to read characters from a text file. How do I do >this? > The best thing to do is to get hold of the RM, look up the packages dealing with IO, look at what functions are in these packages, you will find the functions you need right there. don't leave home without the RM. Nasser