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.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,87a926dbf0cf8cb1 X-Google-Attributes: gid103376,public From: Graeme Wallace Subject: newbie problem Date: 1998/12/05 Message-ID: <3667EE11.6E94BA0F@interact.net.au>#1/1 X-Deja-AN: 418615192 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: Humanity Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-12-05T00:00:00+00:00 List-Id: If I want to get user input for my program in the form of a string of undefined length, how do I do so ? If I set the string length to, say: help_me_please : String(1..20); I seem to be stuck with a string exactly that size. What is the variable assignment which allows the actual length of the user input to determine the length of the string which the io system (ada.text_io.)gets ? G Wallace Thankyou. :-)