comp.lang.ada
 help / color / mirror / Atom feed
From: Samuel Tardieu <sam@rfc1149.net>
To: comp.lang.ada@ada.eu.org
Subject: Re: Stream_Element_Array and an empty array
Date: Wed, 22 Aug 2001 15:42:21 +0200
Date: 2001-08-22T15:42:21+02:00	[thread overview]
Message-ID: <mailman.998487810.2223.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: <pan.2001.08.22.15.34.27.59.13195@zamek.gda.pl>

On 22/08, =?ISO-8859-2?q?=22Micha=B3=@ada.eu.org wrote:
| Hello
| 
| I would like to sth like this:
| 
| A : Stream_Elemet_Array;
| A := <empty array>;
| 
| I dont know how to write empty array that A'Length = 0.
| Does anybody know?

Like for any array:

  A : Ada.Streams.Stream_Element_Array (0 .. -1);

A'Length being defined as A'Last - A'First + 1, you will get a zero length.

  Sam
-- 
  Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam




  reply	other threads:[~2001-08-22 13:42 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-22 13:34 Stream_Element_Array and an empty array 
2001-08-22 13:42 ` Samuel Tardieu [this message]
2001-08-22 13:56   ` Reivilo Snuved
2001-08-22 14:19     ` 
2001-08-22 14:25       ` 
2001-08-22 14:28         ` Florian Weimer
2001-08-22 14:37           ` 
2001-08-22 14:28       ` David C. Hoos
2001-08-22 15:13       ` Claude SIMON
2001-08-22 14:54   ` Ted Dennison
2001-08-22 14:22 ` Samuel T. Harris
2001-08-23  8:37   ` Philip Anderson
2001-08-23 14:02     ` Samuel T. Harris
replies disabled

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