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_40,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8371c11095eebd6e X-Google-Attributes: gid103376,public From: "Pete" Subject: Re: Ask for Access operator Date: 2000/05/07 Message-ID: #1/1 X-Deja-AN: 620323184 References: <06284168.a35ad676@usw-ex0109-068.remarq.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 X-Complaints-To: abuse@twcny.rr.com X-Trace: typhoon.nyroc.rr.com 957718382 24.161.125.115 (Sun, 07 May 2000 12:53:02 EDT) Organization: Time Warner Road Runner - Syracuse NY X-MSMail-Priority: Normal NNTP-Posting-Date: Sun, 07 May 2000 12:53:02 EDT Newsgroups: comp.lang.ada Date: 2000-05-07T00:00:00+00:00 List-Id: if you are using ada95 try this type Int_Ptr is access all Integer; Data : aliased Integer := 5; I_Ptr : Int_Prt; I_Ptr := Data'Access depending on the scope of the variables you may have to use Data'Unchecked_Access "carlos" wrote in message news:06284168.a35ad676@usw-ex0109-068.remarq.com... > I am learning ADA and I am trying to > use a operator similar to '&' operator > of C language. I used 'access but it is > not working for integers. What can I do? > > > > > * Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful