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: Sun, 23 Nov 2003 20:16:43 +0000
Date: 2003-11-23T20:16:43+00:00	[thread overview]
Message-ID: <mailman.46.1069618607.3110.comp.lang.ada@ada-france.org> (raw)
In-Reply-To: <4948f537.0311231003.3b36b880@posting.google.com>

Shoko, try to write correct English and use conventional Ada style. It
will improve your chances of getting an answer in this list.

You need to convert String to your character array where the latter is
expected:

  N := new Arr' (Arr (Input_Line));

But avoid using pointers. You can use declare blocks:

  declare
    A : Arr := Arr (Input_Line);
  begin
    ...
  end;





  reply	other threads:[~2003-11-23 20:16 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
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 [this message]
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