comp.lang.ada
 help / color / mirror / Atom feed
* Record help
@ 2002-05-29  2:39 tr4ck
  2002-05-29  5:31 ` Simon Wright
  2002-05-29  9:57 ` Robert Dewar
  0 siblings, 2 replies; 4+ messages in thread
From: tr4ck @ 2002-05-29  2:39 UTC (permalink / 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)?





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-05-29 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-29  2:39 Record help tr4ck
2002-05-29  5:31 ` Simon Wright
2002-05-29 17:54   ` Mike Silva
2002-05-29  9:57 ` Robert Dewar

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