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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9c98277c71c4cdcc,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-11 09:17:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!feed.news.nacamar.de!rz.uni-karlsruhe.de!news.rz.uni-karlsruhe.de!not-for-mail From: Michael Unverzagt Newsgroups: comp.lang.ada Subject: Unconstrained arrays Date: Tue, 11 Dec 2001 18:17:50 +0100 Organization: University of Karlsruhe, Germany Message-ID: <3C163FBE.9CB75916@rz.uni-karlsruhe.de> NNTP-Posting-Host: hadio112.hadiko.uni-karlsruhe.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.rz.uni-karlsruhe.de 1008091035 22397 172.20.45.27 X-Complaints-To: usenet@rz.uni-karlsruhe.de X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:17768 Date: 2001-12-11T18:17:50+01:00 List-Id: Hi! We have to write a programm that uses an unconstrained array of ustrings, where the size of the array should be determined by user input... How does this work? Someone told me, I have to use subtypes but... Does anyone know a simple example where I can learn how I can define the size of an array at runtime by user input? thx Mike