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.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM, SUBJ_ALL_CAPS,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,51359402da60c472,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-17 12:54:00 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!logbridge.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!news.nask.pl!newsfeed.tpinternet.pl!atlantis.news.tpi.pl!news.tpi.pl!not-for-mail From: "avram" Newsgroups: comp.lang.ada Subject: DYNAMIC ADA TASK CREATION? Date: Tue, 17 Jun 2003 21:53:53 +0200 Organization: tp.internet - http://www.tpi.pl/ Message-ID: NNTP-Posting-Host: pj127.warszawa.cvx.ppp.tpnet.pl X-Trace: atlantis.news.tpi.pl 1055879641 22566 213.76.105.127 (17 Jun 2003 19:54:01 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Tue, 17 Jun 2003 19:54:01 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Xref: archiver1.google.com comp.lang.ada:39363 Date: 2003-06-17T21:53:53+02:00 List-Id: How to create dynamic for example N tasks. I don't know how create N of tasks and array (not list). For example user interface gets an Integer (N) from user and then we create N number of Task in ADA. How to do this?Can anybody help me? Thanx very much.