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-Thread: a07f3367d7,d709f16086c9389b,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!217.73.144.45.MISMATCH!feeder2.ecngs.de!ecngs!feeder.ecngs.de!130.59.10.21.MISMATCH!kanaga.switch.ch!news-zh.switch.ch!switch.ch!news.ip-plus.net!newsfeed.ip-plus.net!news.post.ch!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: null array constant in Ada 83 Date: Tue, 23 Jun 2009 10:57:01 +0200 Organization: Swisscom IP+ (post doesn't reflect views of Swisscom) Message-ID: <4a4098dd$1@news.post.ch> NNTP-Posting-Host: 194.41.146.1 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: atlas.ip-plus.net 1245747425 12950 194.41.146.1 (23 Jun 2009 08:57:05 GMT) X-Complaints-To: abuse@ip-plus.net NNTP-Posting-Date: Tue, 23 Jun 2009 08:57:05 +0000 (UTC) User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) X-Original-NNTP-Posting-Host: w04asc.pnet.ch X-Original-Trace: 23 Jun 2009 10:57:01 +0200, w04asc.pnet.ch Xref: g2news2.google.com comp.lang.ada:6572 Date: 2009-06-23T10:57:01+02:00 List-Id: Hi, maintaining old code is such a great fun. Anybody know what goes where the 4 dots are (an appropriate N_Sel_List_Entry is declared). subtype T_Sel_Entries is Integer range 0 .. Selection_Types.Max_Selection_Results; type T_Sel_List is array (T_Sel_Entries range <>) of T_Sel_List_Entry; N_Sel_List : constant T_Sel_List (1 .. 0) := ....; Or is it just plain impossible in Ada 83. Regards Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com