comp.lang.ada
 help / color / mirror / Atom feed
From: AdaMagica <christ-usch.grein@t-online.de>
Subject: Re: Anonymous array not allowed as components
Date: Fri, 1 Nov 2019 08:55:49 -0700 (PDT)
Date: 2019-11-01T08:55:49-07:00	[thread overview]
Message-ID: <8fd1560e-4fc1-40a7-bfd8-6f3b929e8a83@googlegroups.com> (raw)
In-Reply-To: <b4d8ec1f-e87e-af64-027f-77781b40f648@planet.nl>

Am Freitag, 1. November 2019 11:33:57 UTC+1 schrieb L Dries:
> I just found the following solution
> 
>        type Combo_Entry is array (1 .. nr_Proc) of Unbounded_String;
> 
>        Debug_Proc   : Combo_Entry :=
>          (Debug_NoProc(Lan),
>           To_Unbounded_String("Only"),
>           To_Unbounded_String("Empty_Buffer"),
>           ...
> 
> This does not give the error anymore
> 
> -- 
> L. Dries

Yes, that's exactly what I meant.


  reply	other threads:[~2019-11-01 15:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-01  8:32 Anonymous array not allowed as components L Dries
2019-11-01  9:34 ` joakimds
2019-11-01 10:00   ` L Dries
2019-11-01 10:47   ` Jeffrey R. Carter
2019-11-01  9:34 ` AdaMagica
2019-11-01  9:56   ` L Dries
2019-11-01 10:33   ` L Dries
2019-11-01 15:55     ` AdaMagica [this message]
2019-11-01 10:41 ` Jeffrey R. Carter
replies disabled

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