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-08 08:57:43 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Can I treat Current_Output as a file of bytes? Date: 8 Nov 2002 09:57:40 -0600 Organization: Berbee Information Networks Corporation Message-ID: 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> <4519e058.0211051427.48557033@posting.google.com> <4519e058.0211062004.4a55ab0e@posting.google.com> <20021108010337.395c1a90.bjorn_persson.spam-is-evil@sverige.nu> <4519e058.0211080710.72fa0289@posting.google.com> In article , Preben Randhol writes: > Ted Dennison wrote: >> Bj rn Persson wrote in message news:<20021108010337.395c1a90.bjorn_persson.spam-is-evil@sverige.nu>... >>> I don't think Text_IO's design is a problem in itself. It can be >>> quite useful when working with text files. >> >> Actually, I do think so. It is quite possible to create "text files" >> in an editor that don't have a line terminator on the last line. > > Do you mean that the last line of text does not have a line terminator > or that there isn't an empty line only containing a line terminator? Such a distinction would result from having a "line terminator" as an embedded character rather than an out-of-band characteristic of the file. VMS does not have that problem with line breaks, but it _does_ have that problem with page breaks, as inserting an in-band character is the only method VMS provides for indicating a page break. Does anybody know how AS/400 or MVS handle this sort of thing ?