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,e8550e5b10c2c0,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-26 10:16:41 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!kibo.news.demon.net!demon!news2.euro.net!uunet!ash.uu.net!xyzzy!nntp From: John Harbaugh Subject: Variant Record Component X-Nntp-Posting-Host: e245845.nw.nos.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3E5D00D6.F6A20AD2@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en Mime-Version: 1.0 Date: Wed, 26 Feb 2003 18:00:54 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (Windows NT 5.0; U) Xref: archiver1.google.com comp.lang.ada:34612 Date: 2003-02-26T18:00:54+00:00 List-Id: Hi, all - Is there a way to determine if an object of some variant record type contains a specific variant component, other than a trying it and handling a possible constraint error? I looked for something like and "in" operator or suitable attribute, but found nothing. Thanks in advance, - John Harbaugh