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,5117b1b6391a0e06 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!news2.telebyte.nl!nntp.eutelia.it!itgate.net!tornado.fastwebnet.it!53ab2750!not-for-mail From: "Abby" Newsgroups: comp.lang.ada References: Subject: Re: A simple ADA puzzle (I haven't the answer) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2739.300 Message-ID: <4x_zc.40702$G%.32360@tornado.fastwebnet.it> Date: Wed, 16 Jun 2004 18:26:53 +0200 NNTP-Posting-Host: 23.252.122.242 X-Complaints-To: newsmaster@fastweb.it X-Trace: tornado.fastwebnet.it 1087403200 23.252.122.242 (Wed, 16 Jun 2004 18:26:40 CEST) NNTP-Posting-Date: Wed, 16 Jun 2004 18:26:40 CEST Xref: g2news1.google.com comp.lang.ada:1577 Date: 2004-06-16T18:26:53+02:00 List-Id: Thanx for your answer. Sorry if I don't show you well what my problem is, I try again ;) : I have the structure as in my first post and I can't change it, I mean, "someone" wrote that type and I must use it so i need to declare a variable of that "monstrous" type and I can't change that type in anyway. DO you know some way to declare and use it without any constraint error? Thanx again!