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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.13.248.4 with SMTP id i4mr33052770ywf.20.1453296694731; Wed, 20 Jan 2016 05:31:34 -0800 (PST) X-Received: by 10.182.153.2 with SMTP id vc2mr225769obb.11.1453296694659; Wed, 20 Jan 2016 05:31:34 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!6no6068938qgy.0!news-out.google.com!kr2ni4035igb.0!nntp.google.com!h5no7107125igh.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 20 Jan 2016 05:31:34 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=5.196.72.199; posting-account=zd4fUAoAAABZGnAfDxrdJ5Lpts-qUilv NNTP-Posting-Host: 5.196.72.199 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Out_File , excess line From: comicfanzine@gmail.com Injection-Date: Wed, 20 Jan 2016 13:31:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1639 X-Received-Body-CRC: 3901127693 Xref: news.eternal-september.org comp.lang.ada:29174 Date: 2016-01-20T05:31:34-08:00 List-Id: I haven't even close the file . I just opened it . Quote ARM : " For the procedures Create and Open: After a file with mode Out_File or Ap= pend_File is opened, the page length and line length are unbounded (both ha= ve the conventional value zero). After a file (of any mode) is opened, the = current column, current line, and current page numbers are set to one. " So , if i want that when i open the file manually , the current line be set= to 1 ( which is actually 2 ) , how to proceed ?