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,a62337baf9692b50,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Stefan Merwitz Newsgroups: comp.lang.ada Subject: Input a string Date: Thu, 27 Jan 2005 21:27:09 +0100 Message-ID: <35t138F4pufluU1@individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net sZgqlAmZYcKUoyF+2V0XbwxkcRZpfPpY32NVQ0p5SEQJeoRmwq User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en Xref: g2news1.google.com comp.lang.ada:8024 Date: 2005-01-27T21:27:09+01:00 List-Id: Hello everybody, I need to input a string from the user. For integers I use Get(IntegerType). But unfortunately this doesn't seem to work for strings ("unconstrained subtype not allowed"). How do I input a string and futhermore how to return the first 30 letters if the string is longer than 30 chars? Thanks in advance, Stefan