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,48bf593f723b7524 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: Can I have an array of variant records? Date: 1999/04/21 Message-ID: <7fkkob$t1p@hobbes.crc.com>#1/1 X-Deja-AN: 469134328 References: <371c84fb.0@silver.truman.edu> <87aew3j899.fsf@bglbv.my-dejanews.com> <7fk8c6$mbe$1@nnrp1.dejanews.com> <371DC9BE.585254A6@wbkst21.mach.uni-karlsruhe.de> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Organization: Coleman Research Corporation Newsgroups: comp.lang.ada Date: 1999-04-21T00:00:00+00:00 List-Id: Pawel Kobylarz wrote in message <371DC9BE.585254A6@wbkst21.mach.uni-karlsruhe.de>... >Robert Dewar wrote: > >How to alter the discriminant? I searched in several different sources of >documentation >and I have not found that. > The entire record must be assigned at once with an aggrgate expression -- e.g.; top := (Action => Move, Where=> (X => 0.0, Y => 0.0, Z => 0.0), Time => Ada.Calendar.Clock + 0.15);