comp.lang.ada
 help / color / mirror / Atom feed
From: Marius Amado Alves <amado.alves@netcabo.pt>
To: comp.lang.ada@ada-france.org
Subject: Re: unconstrained array question
Date: Sat, 22 Nov 2003 18:11:19 +0000
Date: 2003-11-22T18:11:19+00:00	[thread overview]
Message-ID: <mailman.44.1069524683.3110.comp.lang.ada@ada-france.org> (raw)
In-Reply-To: <4948f537.0311220939.7e05afbf@posting.google.com>

On Sat, 2003-11-22 at 17:39, shoko wrote:
> 1.i have a Character array
> can i print the all array wich is a string at once or do i have to
> pront each item?

You can convert to String (because String is defined exactly as an array
of Character), and then use operations of String e.g.

Ada.Text_IO.Put (String (Your_Array_Of_Character));

> 2.i have unconstrained array of Character i want to insert a string
> when the program runs with the function get for example
> how can i do it the compiler telling me i need to define the array
> first:...

Please rewrite this is correct English and I might be able to understand
it and help you.





  reply	other threads:[~2003-11-22 18:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-22 17:39 unconstrained array question shoko
2003-11-22 18:11 ` Marius Amado Alves [this message]
2003-11-23  7:12   ` shoko
2003-11-23  8:42     ` tmoran
2003-11-23 12:16     ` Marius Amado Alves
2003-11-23 18:03       ` shoko
2003-11-23 20:16         ` Marius Amado Alves
2003-11-24 17:40           ` shoko
2003-11-24 18:16             ` Jeffrey Carter
  -- strict thread matches above, loose matches on Subject: below --
2003-11-24 18:11 amado.alves
replies disabled

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