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,43179752d055a7a8 X-Google-Attributes: gid103376,public From: "Kenneth W. Sodemann" Subject: Re: How do I do I/O with GNAT? Date: 1997/10/09 Message-ID: <61inb5$ba9$1@news2.alpha.net>#1/1 X-Deja-AN: 278976748 References: <343c5e2d.2978487@news.mindspring.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: AVISTA Inc. Newsgroups: comp.lang.ada Date: 1997-10-09T00:00:00+00:00 List-Id: Herman wrote in message <343c5e2d.2978487@news.mindspring.com>... >Specifically, I need to read characters from a text file. How do I do >this? > Several options here: 1.) Get the RM on some media (a HTML version if available at http://www.adahome.com or http://info.acm.org/sigada/). Look for Text_Io in the index. Read those sections. 2.) Look at any of the online tutorials for Ada (again, go to http://www.adahome.com or http://info.acm.org/sigada/ for more information). 3.) Look in almost any Ada book, especially introductory ones. -- with Std_Disclaimer; use Std_Disclaimer; Signature.Put (Name => Ken Sodemann, E_Mail => kwsodema@avistainc.com Web => http://www.pcii.net/~stuffel Company_Web => http://www.avistainc.com);