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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fedeff7ff0412573 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-14 21:40:50 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!62.24.128.9.MISMATCH!news-1.opaltelecom.net!newsfeed.icl.net!news.tele.dk!small.news.tele.dk!195.64.68.27!newsgate.cistron.nl!psiuk-p2!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Question of data type Date: Thu, 14 Mar 2002 15:14:49 -0500 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: References: <3c8ff5df$1_7@news3.uncensored-news.com> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1016136890 7644 136.170.200.133 (14 Mar 2002 20:14:50 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 14 Mar 2002 20:14:50 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:21260 Date: 2002-03-14T20:14:50+00:00 List-Id: But you might also want to question why you're trying to use the 'Address of the record in the first place since this is highly uncommon in Ada. (Typically it would only be done because of interfacing to some hardware or facilities written in another language.) MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "sk" wrote in message news:mailman.1016068442.8821.comp.lang.ada@ada.eu.org... > > Hint : X'Address contains the clue > > Need more ??? > > Try : System.Address >