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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,479138db2311e415 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: pamela.lum@gmail.com Newsgroups: comp.lang.ada Subject: Re: Newbie Question: using Text_IO.Open() to read from standard input Date: 12 Oct 2005 19:02:28 -0700 Organization: http://groups.google.com Message-ID: <1129168948.916020.100620@f14g2000cwb.googlegroups.com> References: <1129164557.586640.154480@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 24.108.52.26 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1129168954 14444 127.0.0.1 (13 Oct 2005 02:02:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 13 Oct 2005 02:02:34 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=24.108.52.26; posting-account=Wyy6RQ0AAABE7ZEfOphhDPPcqZqmHzC5 Xref: g2news1.google.com comp.lang.ada:5576 Date: 2005-10-12T19:02:28-07:00 List-Id: Heehee... "Standard Input is already Open when your program starts, so you don't need to open it. " Just read that right before you posted. Thanks all!