comp.lang.ada
 help / color / mirror / Atom feed
From: Matthew Heaney <matthew_heaney@acm.org>
Subject: Re: 3 questions from a beginner
Date: 1998/12/07
Date: 1998-12-07T00:00:00+00:00	[thread overview]
Message-ID: <m390gk5z3d.fsf@mheaney.ni.net> (raw)
In-Reply-To: 74diip$5qj$1@front7.grolier.fr

"Pierre" <chuu@club-internet.fr> writes:

> Can you give me an example where there is RECORD and how to ask the user to
> fill the RECORD ??

What on earth do you mean?  And why are you CAPITALIZING record? 

Do you mean how to assign one record to another?  What's wrong with
assignment?

declare
  type Point is 
    record
      X, Y : Integer;
    end record;

  P1 : constant Point := (1, 2);

  P2 : constant Point := P1;
begin


Do you mean how to use Text_IO to read in a record?  If so, then use
Text_IO to read in each record component.

You have to be more specific if you want your questions answered.

Je ne parle pas francais, mais je crois qu'il y a une newsgroup avec le
nom <news:fr.comp.lang.ada>.  Peut-etre vous pouvez y demander vos
questions.  (Un jour, je voudrais apprendre le francais.  J'espere que
vous pouvez me comprendre.)

Matt




  reply	other threads:[~1998-12-07  0:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-06  0:00 3 questions from a beginner Pierre
1998-12-06  0:00 ` Tom Moran
1998-12-06  0:00   ` Pierre
1998-12-07  0:00     ` Matthew Heaney [this message]
1998-12-07  0:00 ` david.c.hoos.sr
1998-12-07  0:00 ` david.c.hoos.sr
replies disabled

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