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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d54559bde05f5bb8 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!c36g2000prc.googlegroups.com!not-for-mail From: Adam Beneschan Newsgroups: comp.lang.ada Subject: Re: Weird string I/O problem Date: Wed, 26 Nov 2008 07:56:11 -0800 (PST) Organization: http://groups.google.com Message-ID: <0bc7e425-e545-46e8-ae78-2d4f8f6cb09b@c36g2000prc.googlegroups.com> References: NNTP-Posting-Host: 66.126.103.122 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1227714972 29878 127.0.0.1 (26 Nov 2008 15:56:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 26 Nov 2008 15:56:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c36g2000prc.googlegroups.com; posting-host=66.126.103.122; posting-account=duW0ogkAAABjRdnxgLGXDfna0Gc6XqmQ User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.7.12-1.3.1,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:3784 Date: 2008-11-26T07:56:11-08:00 List-Id: On Nov 26, 1:07 am, Jean-Pierre Rosen wrote: > christoph.gr...@eurocopter.com a =E9crit :> What you need, is a Skip_Line= after the Get(A_Float). > > If you want to make sure you read something from a fresh new line, you > can use set_col(1). Set_Col(1) will use the current output file by default, so I don't think it has any effect on input. Set_Col (Current_Input, 1) is what I think you want. -- Adam