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-Thread: 103376,1331b7c1f6d82fa7,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!o80g2000hse.googlegroups.com!not-for-mail From: mhamel_98@yahoo.com Newsgroups: comp.lang.ada Subject: Concatenating files Date: Wed, 19 Sep 2007 14:33:28 -0700 Organization: http://groups.google.com Message-ID: <1190237608.187880.115470@o80g2000hse.googlegroups.com> NNTP-Posting-Host: 155.104.37.17 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1190237608 5812 127.0.0.1 (19 Sep 2007 21:33:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 19 Sep 2007 21:33:28 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; MathPlayer 2.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o80g2000hse.googlegroups.com; posting-host=155.104.37.17; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2040 Date: 2007-09-19T14:33:28-07:00 List-Id: Hello c.l.a. I have a storage system for a program of mine that uses two files for each object - a text header file via text_io and a data file via sequential_io. I am wondering if there is an elegant way to put the contents of these two files into one. The textual header bit is fixed size/length. Any ideas? ObjectAda 95 on NT.