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,60d761814c33393c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-10 05:53:11 PST From: "Rodrigo Garcia" Newsgroups: comp.lang.ada References: Subject: Re: Qs re 'Write & 'Read Date: Tue, 10 Jun 2003 14:53:05 +0200 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 NNTP-Posting-Host: lglpc31.epfl.ch Message-ID: <3ee5d4b2$1@epflnews.epfl.ch> X-Trace: epflnews.epfl.ch 1055249586 128.178.76.8 (10 Jun 2003 14:53:06 +0200) Organization: EPFL Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.mailgate.org!news-zh.switch.ch!epflnews.epfl.ch!not-for-mail Xref: archiver1.google.com comp.lang.ada:38899 Date: 2003-06-10T14:53:05+02:00 List-Id: wrote in message news:YDeFa.929408$Zo.212966@sccrnsc03... > Is the default 'Write on a non null access type supposed to write the .all > and a 'Read supposed to do an allocate and read in the .all value? > Same questions for generall access types. The answer in any case is, unfortunately, no. It is the value of the access type itself wich is written. Rodrigo