comp.lang.ada
 help / color / mirror / Atom feed
From: "Stephane Richard" <stephane.richard@verizon.net>
Subject: Re: Problems with Ada.Text_IO and strings. (wants EOL character)
Date: Tue, 14 Oct 2003 16:45:48 GMT
Date: 2003-10-14T16:45:48+00:00	[thread overview]
Message-ID: <0LVib.10926$zw4.6226@nwrdny01.gnilink.net> (raw)
In-Reply-To: uptgz6bac.fsf@nasa.gov

> I missed your original post; what was your problem? Does Get_Line
> solve it?
> -- 
> -- Stephe

Here's that original Post Steph :-)

------------------------------------------------------------------------
Hi, im new to Ada and I am writing my first program trying to "get"
Ada.

My small program ask for input from the user. I read it using :

Ada.Text_IO.Get_Line (MyType.Name, NameLength);

This data is then stored inside an array of a type I have declared :

type MyType is record
name : string(1..20);
adress : string(1..40);
telephone : natural;
end record;

Later in the program I output this information using :
Ada.Text_IO.Put (MyType.name);

My problem is this : when I output the name, part of the string is
filled with "garbage" characters. If I fill the string with 20
characters I get no garbage. But when I write a name that's about 10
characters long, I get about 10 characters of garbage.

Im using Gnat as my Ada compiler if that makes a difference.

Any help would be appreciated.

Thank you in advance.
-------------------------------------------------------------------


Stephane Richard
"Ada World" webmaster
http://www.adaworld.com





  reply	other threads:[~2003-10-14 16:45 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-13 22:23 Problems with Ada.Text_IO and strings Bleakcabal
2003-10-13 23:51 ` Larry Hazel
2003-10-14  0:06 ` Chad R. Meiners
2003-10-14 12:32   ` Bleakcabal
2003-10-14 15:03     ` Robert I. Eachus
2003-10-14 15:16       ` Stephane Richard
2003-10-14 20:16         ` Jeffrey Carter
2003-10-14  1:29 ` Jeffrey Carter
2003-10-14 12:39   ` Bleakcabal
2003-10-14 12:57     ` sk
2003-10-14 14:14     ` Problems with Ada.Text_IO and strings. (wants EOL character) Larry Kilgallen
2003-10-14 16:20       ` Stephen Leake
2003-10-14 16:45         ` Stephane Richard [this message]
2003-10-14 20:19     ` Problems with Ada.Text_IO and strings Jeffrey Carter
2003-10-14 12:33 ` Bleakcabal
2003-10-15  6:25 ` CheGueVerra
2003-10-15 14:41   ` Martin Krischik
2003-10-15 19:50     ` CheGueVerra
2003-10-15 22:00       ` Ludovic Brenta
2003-10-16  1:19         ` Jeffrey Carter
2003-10-15 23:39       ` Chad R. Meiners
2003-10-19  7:36         ` Martin Krischik
2003-10-19 19:24           ` Chad R. Meiners
2003-10-15 17:23   ` Marius Amado Alves
2003-10-16  2:29   ` Steve
2003-10-16  5:51     ` CheGueVerra
2003-10-16  9:51       ` CheGueVerra
replies disabled

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