comp.lang.ada
 help / color / mirror / Atom feed
* NEED HELP PLLLZZZ!!
@ 1999-05-30  0:00 Lord Goth
  1999-05-31  0:00 ` Allan Davis
  0 siblings, 1 reply; 2+ messages in thread
From: Lord Goth @ 1999-05-30  0:00 UTC (permalink / raw)


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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: NEED HELP PLLLZZZ!!
  1999-05-30  0:00 NEED HELP PLLLZZZ!! Lord Goth
@ 1999-05-31  0:00 ` Allan Davis
  0 siblings, 0 replies; 2+ messages in thread
From: Allan Davis @ 1999-05-31  0:00 UTC (permalink / raw)


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
>






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-05-31  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-30  0:00 NEED HELP PLLLZZZ!! Lord Goth
1999-05-31  0:00 ` Allan Davis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox