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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,966831d952eefbb,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: xadian Newsgroups: comp.lang.ada Subject: Random Input-Size and recognizing ENTER-press Date: Sun, 19 Dec 2004 09:44:35 +0100 Organization: T-Online Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1103445842 05 15710 sQW+XUr1prc2qHS 041219 08:44:02 X-Complaints-To: usenet-abuse@t-online.de X-ID: rexAj-ZDge5tndEzQ0cggwrlNGD1HEjC-uzQBBTwpNrTEfFiQHozY3 User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en Xref: g2news1.google.com comp.lang.ada:7065 Date: 2004-12-19T09:44:35+01:00 List-Id: Hi all Here's my problem: I need to to Get() a random number of characters (typed by the user) in an array. I could loop with a Get() statement and exit when all the inputs are in the array, but for that I'd need to know the number of inputs before. Is there a way to do that without knowing the input number?! It would be possible if there is a way to recognize when the user presses the ENTER button (s.th. like captureEvent()). Is that possible? Ty already Xadian