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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,794c64d1f9164710 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-28 10:42:39 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!isdnet!newsfeed.online.be!zur.uu.net!ash.uu.net!spool0900.news.uu.net!reader0902.news.uu.net!not-for-mail Message-ID: <3C7E7A76.6030402@mail.com> Date: Thu, 28 Feb 2002 13:44:06 -0500 From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.8+) Gecko/20020227 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: functions, packages & characters References: <20020221130715.12738.00000034@mb-bg.aol.com> <3C753C66.8020509@mail.com> <3C7BAD52.4050208@mail.com> <3C7C7E2D.6090602@mail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Organization: KBC Financial Products Cache-Post-Path: master.nyc.kbcfp.com!unknown@mosquito.nyc.kbcfp.com X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) NNTP-Posting-Host: 204.253.250.10 X-Trace: 1014921758 reader2.ash.ops.us.uu.net 7863 204.253.250.10 Xref: archiver1.google.com comp.lang.ada:20593 Date: 2002-02-28T13:44:06-05:00 List-Id: Chad R. Meiners wrote: > I believe this is what David is saying. Normally when you write code to > accept arbitrarily large input, you write it so that it's only constraint is > memory. He said "1500 was meant as an arbitrarily large value". But there is no such thing as an arbitrarily large value. To deal with large input lines, you need to use some other technique, such as the recursive Get_Line.