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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1d485db3760413be,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-17 05:55:28 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed1.bredband.com!bredband!newsfeed1.telenordia.se!algonet!uab.ericsson.se!erinews.ericsson.se!newstoo.ericsson.se!not-for-mail From: "Sebastian" Newsgroups: comp.lang.ada Subject: Compiler default initialization of array types Date: Thu, 17 Oct 2002 14:55:02 +0200 Organization: ericsson Message-ID: Reply-To: "Sebastian" NNTP-Posting-Host: 172.17.82.166 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Xref: archiver1.google.com comp.lang.ada:29866 Date: 2002-10-17T14:55:02+02:00 List-Id: Hello, I wonder if Ada always assignes Array types with default values? In case this is true; is there some way to suppress this feature? /Sebastian