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,66ba7ab3353b4cd4,start X-Google-Attributes: gid103376,public From: Ayman Farahat Subject: Representation of Variant record Date: 1997/02/21 Message-ID: <330DC254.7682@ccgate.hac.com>#1/1 X-Deja-AN: 220434765 Content-Type: text/plain; charset=us-ascii Organization: Hughes Aircraft Mime-Version: 1.0 Newsgroups: comp.lang.ada X-Mailer: Mozilla 2.02 (X11; I; HP-UX B.10.01 9000/712) Date: 1997-02-21T00:00:00+00:00 List-Id: Hi, How is a variant record implemented in Ada. I need to write a variant record and then be able to read its contents and copy them into a C union. thanks Ayman Farahat