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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,c30235121854f503 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: error with record Date: 1998/02/02 Message-ID: <34D5DF54.396B@gsfc.nasa.gov>#1/1 X-Deja-AN: 321370956 Content-Transfer-Encoding: quoted-printable References: <6b2hoi$jt7$1@talia.mad.ibernet.es> Mime-Version: 1.0 Reply-To: Stephen.Leake@gsfc.nasa.gov Content-Type: text/plain; charset=iso-8859-1 Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Newsgroups: comp.lang.ada Date: 1998-02-02T00:00:00+00:00 List-Id: Dami=E1n Company wrote: > = > I've got a question about records if someone can help me. When I try to= make > a call to a record type especifyed in a package the compiler tells me > something like: > error with prefix in record type > or something like that. > Can't I call a record part (ex: r.t)from a program? > = > thanks A record is a data structure, not a function. You may be confusing C++ member functions with Ada record components. Please post your code, so we can provide better help. -- = - Stephe