comp.lang.ada
 help / color / mirror / Atom feed
From: beckwb@ois.com (R. William Beckwith)
Subject: Re: Ada can't initialize (aggregate) array of length 1?
Date: 12 Dec 1994 08:20:01 -0500
Date: 1994-12-12T08:20:01-05:00	[thread overview]
Message-ID: <3chim1$6v5@gamma.ois.com> (raw)
In-Reply-To: 1994Dec12.081230.24978@roxi.rz.fht-mannheim.de

Dirk Zoller (duz@roxi.rz.fht-mannheim.de) wrote:

:     type stone is array (1..2) of character;
:     shapes: constant array (1..1) of stone := ("[]");

Try:
      shapes: constant array (1..1) of stone := (others => "[]");

... Bill



  parent reply	other threads:[~1994-12-12 13:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1994-12-12  7:12 Ada can't initialize (aggregate) array of length 1? Dirk Zoller
1994-12-12 12:54 ` Gentle
1994-12-12 18:35   ` Bob Duff
1994-12-13 17:01   ` Jahn Rentmeister
1994-12-14  3:23   ` Robert Dewar
1994-12-12 13:20 ` R. William Beckwith [this message]
1994-12-16 13:34   ` gamache
1994-12-14  3:21 ` Robert Dewar
1994-12-16 10:37   ` Dirk Zoller
1994-12-19 14:20     ` Robert Dewar
1994-12-16 16:41   ` Scott Leschke
1994-12-17 17:52     ` 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