comp.lang.ada
 help / color / mirror / Atom feed
From: Claude SIMON <claude.simon@setra.fr>
Subject: Re: Stream_Element_Array and an empty array
Date: Wed, 22 Aug 2001 17:13:23 +0200
Date: 2001-08-22T15:11:39+00:00	[thread overview]
Message-ID: <3B83CC13.4E92D726@setra.fr> (raw)
In-Reply-To: pan.2001.08.22.16.19.49.568.13195@zamek.gda.pl



""Micha�owikowski\" \"" a �crit :

> W artykule <stk7zw2o60.fsf@aonix.fr>, "Reivilo Snuved"
> <odevuns@iname.junk.com> napisa�(a):
>
> > Samuel Tardieu <sam@rfc1149.net> writes:
> >
> >>   A : Ada.Streams.Stream_Element_Array (0 .. -1);
> >>
> >> A'Length being defined as A'Last - A'First + 1, you will get a zero
> >> length.
>
> ok, but it is variable A array which length is 0;
> i want to substitute a value;
>
> when you have array A with length=5, you do:
> A := (1, 2, 3, 4, 5);
>
> what to do when A's length is 0
> A := (); -- doesnt work
>

You do nothing, that is : you put no element in A :-)

or if you want to do something :
A := (1 .. 0 => ...);


>
> --
> |  Michal Nowikowski <godfryd@zamek.gda.pl>
> |  Registered Linux User #165183
> |  http://www.glc.zamek.gda.pl/




  parent reply	other threads:[~2001-08-22 15:13 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
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 [this message]
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