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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3f1374bc66d2dc03 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!proxad.net!proxad.net!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: creating an array Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1139897171.996297.230070@z14g2000cwz.googlegroups.com> Date: Tue, 14 Feb 2006 20:39:48 +0100 Message-ID: NNTP-Posting-Date: 14 Feb 2006 20:39:48 MET NNTP-Posting-Host: 4e83dccf.newsread2.arcor-online.net X-Trace: DXC=KcSSZ]knfh0E][lTbkER26Q5U85hF6f;4jW\KbG]kaM8Qc4L4[MA2T0AH@Dm>gAMm2[6LHn;2LCV>[ On Tue, 14 Feb 2006 19:25:05 GMT, Bj�rn Persson wrote: > isaac2004 wrote: >> how would i go about taking numbers generated by a function and storing >> them into arrays in the purpose of having them on record > > for Index in The_Array_Type'Range loop > The_Array(Index) := The_Function; > end loop; The_Array_Type := (others => The_Function); -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de