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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7ae711c481a7059 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-05 16:43:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc53.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: <20021104233454.2042ef78.bjorn_persson.spam-is-evil@sverige.nu> <4519e058.0211050630.7eb31354@posting.google.com> <20021105170130.2684e53f.bjorn_persson.spam-is-evil@sverige.nu> <3DC80A67.4070607@cogeco.ca> Subject: Re: Can I treat Current_Output as a file of bytes? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 66.31.5.146 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1036543341 66.31.5.146 (Wed, 06 Nov 2002 00:42:21 GMT) NNTP-Posting-Date: Wed, 06 Nov 2002 00:42:21 GMT Organization: AT&T Broadband Date: Wed, 06 Nov 2002 00:42:21 GMT Xref: archiver1.google.com comp.lang.ada:30413 Date: 2002-11-06T00:42:21+00:00 List-Id: Not often...But I have used at least the line and column stuff before for semi-real projects. "Robert A Duff" wrote in message news:wccznsneipp.fsf@shell01.TheWorld.com... > "Warren W. Gay VE3WWG" writes: > > > You should also be aware from A.12.2.(7) that "Performing operations on > > the stream associated with a text file does not affect the column, > > line, or page counts." > > Does anybody actually use those counts? > I've never written code that does. > > ...Just curious. > > - Bob