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.7 required=5.0 tests=BAYES_00,INVALID_MSGID, PDS_OTHER_BAD_TLD autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7fc5da0a4cc955c X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: unconstrainded array question Date: 1998/09/19 Message-ID: <36033452.12702502@SantaClara01.news.InterNex.Net>#1/1 X-Deja-AN: 392639411 References: Organization: InterNex Information Services 1-800-595-3333 Newsgroups: comp.lang.ada Date: 1998-09-19T00:00:00+00:00 List-Id: Since you gave no definition for whatever Object might be, it's a little hard to tell what "This.xyz" might possibly be. If xyz is an array, then it clearly must have bounds and it's range is defined. If xyz is a type, and one with indefinite bounds, then obviously you can't use those undefined bounds as if they had values.