comp.lang.ada
 help / color / mirror / Atom feed
From: "tr4ck" <tr4ck@rediffmail.com>
Subject: Record help
Date: Wed, 29 May 2002 02:39:52 GMT
Date: 2002-05-29T02:39:52+00:00	[thread overview]
Message-ID: <YbXI8.154473$xS2.12590841@news1.calgary.shaw.ca> (raw)

Say you have a record, which gets its data from a file.

TYPE Data IS RECORD
    No      : Integer;
    Name  : String(1..20);
  END RECORD;
Info: Array (1..10) OF Data;

When you display the record you get:
1111 SomeName
1111 SomeName
1111 SomeName

How is it possible to display just 1 line of 1111 SomeName instead of 3
(Assuming the file has the same info 3 times)?





             reply	other threads:[~2002-05-29  2:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-29  2:39 tr4ck [this message]
2002-05-29  5:31 ` Record help Simon Wright
2002-05-29 17:54   ` Mike Silva
2002-05-29  9:57 ` Robert Dewar
replies disabled

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