comp.lang.ada
 help / color / mirror / Atom feed
From: stt@inmet.inmet.com
Subject: Re: test program for enumeration_IO
Date: 8 May 90 16:46:00 GMT	[thread overview]
Message-ID: <20600042@inmet> (raw)
In-Reply-To: 1847@sparko.gwu.edu


Re: Use of "SET=>LOWER_CASE" in Enumeration_IO.

LOWER_CASE is an enumeral from the type TEXT_IO.TYPE_SET.
This means that the enumeral is declared "within" TEXT_IO,
and you must either "use" TEXT_IO, or specify the
value for the "SET" parameter as "TEXT_IO.LOWER_CASE.

I.e., this should work:
    French_Color_IO.Put(Item => Fr_Color, Set => Text_IO.Lower_Case);

S. Tucker Taft
Intermetrics, Inc.
Cambridge, MA  02138

      reply	other threads:[~1990-05-08 16:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1990-05-08  0:43 test program for enumeration_IO Mike Feldman
1990-05-08 16:46 ` stt [this message]
replies disabled

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