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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,18a1da27baade824 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-15 06:38:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.nuthinbutnews.com!propagator2-austin!propagator!feed2.newsfeeds.com!newsfeeds.com!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <9qedad$i1p$1@newstoo.ericsson.se> Subject: Re: A copy question.... Message-ID: <3FBy7.29591$ev2.35869@www.newsranger.com> X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Mon, 15 Oct 2001 09:38:07 EDT Organization: http://www.newsranger.com Date: Mon, 15 Oct 2001 13:38:07 GMT Xref: archiver1.google.com comp.lang.ada:14527 Date: 2001-10-15T13:38:07+00:00 List-Id: In article , Dale Stanbrough says... > >In article <9qedad$i1p$1@newstoo.ericsson.se>, > "Zebylon" wrote: > >> If you have an system.address variable, an data length variable and an array >> of Unsigned_32. How can you move the data ranging between the address and >> the address+data_length into the array? .. >Convert the address to an access type using an instantiation of the >generic But a *really* smart Ada developer will never get him/herself into this situation in the first place. Instead, you pick better types, that don't need to be converted. In *rare* circumstances something like this may be unaviodable. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.