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.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_WORDY,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,702127f87e5a2623,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-10 11:06:12 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!lnsnews.lns.cornell.edu!news.litech.org!news.ems.psu.edu!news.cis.ohio-state.edu!news.maxwell.syr.edu!fr.clara.net!heighliner.fr.clara.net!excite.it!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: "Franz Kruse" Newsgroups: comp.lang.ada Subject: How to initialize a tagged null record? Date: Mon, 10 Sep 2001 20:05:45 +0200 Organization: T-Online Message-ID: <9nivdf$nh6$01$1@news.t-online.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1000145135 01 24102 jH70Sm8VS1Y9UO 010910 18:05:35 X-Complaints-To: abuse@t-online.com X-Sender: 0421670696-0001@t-dialin.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:12995 Date: 2001-09-10T20:05:45+02:00 List-Id: Can somebody tell me how to initialize a tagged null record? type Type_Name is tagged null record; Object : Type_Name'Class := ?????; Thanks for your help Franz