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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e0507ace077eca70,start X-Google-Attributes: gid103376,public From: mheaney@ni.net (Matthew Heaney) Subject: Re: Address attribute Date: 1997/11/04 Message-ID: #1/1 X-Deja-AN: 287160922 References: <345FD3FB.74A32F4A@academic.truman.edu> Organization: Estormza Software Newsgroups: comp.lang.ada Date: 1997-11-04T00:00:00+00:00 List-Id: In article <345FD3FB.74A32F4A@academic.truman.edu>, "Chad R. Meiners" wrote: >Could anyone post an example where the address attribute is used to set >a varible to a specfic location in memory(a.k.a the text buffer). The >rational said it is possible, but it does not give an example of how it >would be done. Any help would be appreciated. declare Buffer : Text_Buffer; for Buffer'Address use A; begin Of course, you have to know the value of address A. -------------------------------------------------------------------- Matthew Heaney Software Development Consultant (818) 985-1271