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.1 required=5.0 tests=BAYES_40,FREEMAIL_FROM, INVALID_MSGID,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6cdb252f133897b7 X-Google-Attributes: gid103376,public From: "Allan Davis" Subject: Re: NEED HELP PLLLZZZ!! Date: 1999/05/31 Message-ID: <%5r43.6674$Bc3.1133@news2.mia>#1/1 X-Deja-AN: 483991384 References: <3751F8AC.17533D15@total.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Trace: news2.mia 928136699 209.214.144.146 (Mon, 31 May 1999 03:44:59 EDT) NNTP-Posting-Date: Mon, 31 May 1999 03:44:59 EDT Newsgroups: comp.lang.ada Date: 1999-05-31T00:00:00+00:00 List-Id: all you need to do is use a c : natural begin get_line(hello,c) this will get information until you press --enter-- and return the number of characters typed. Lord Goth wrote in message <3751F8AC.17533D15@total.net>... >when I do a > >get(hello); > >where get is a string(1..40) >when I run it, like I enter "hello world"-ENTER- (classical hehe) it >needs the 40 caracter to go to the next instruction.. How can I arrange >that? > >Gregory >