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,c23aab5ad8118734 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!not-for-mail From: ssh9614@hotmail.com (Bj?rn) Newsgroups: comp.lang.ada Subject: Re: Record size Date: 24 Mar 2005 09:06:25 -0800 Organization: http://groups.google.com Message-ID: References: <1l1cp6im8ie3j$.1qw9d6lc9d8iq.dlg@40tude.net> NNTP-Posting-Host: 213.114.86.167 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1111683985 31387 127.0.0.1 (24 Mar 2005 17:06:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 24 Mar 2005 17:06:25 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:9919 Date: 2005-03-24T09:06:25-08:00 List-Id: > If the object is to send the size, followed by the data of that size, > then he can make two different "new Root_Stream_Type". The > Write(Stream, Item) for one simply adds up the sizes of the Item array, > while the other Write actually outputs the Item array. This looks like the solution that I was searching for. Thanks! Bj�rn