From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b0d68c502c0ae6 X-Google-Attributes: gid103376,public From: Richard D Riehle Subject: Re: Printing Enum Variable Re: Linux World Date: 1999/03/04 Message-ID: <7bksjp$a8k@sjx-ixn10.ix.netcom.com>#1/1 X-Deja-AN: 451003165 References: <7bfc2n$jl9@dfw-ixnews5.ix.netcom.com> <7bhh26$r7c$1@remarQ.com> <36DCAC1F.430E2C5E@aasaa.ofe.org> <7bk5c2$8ge$1@remarQ.com> <36DDA9BA.E005E578@aasaa.ofe.org> Organization: Netcom X-NETCOM-Date: Wed Mar 03 6:53:45 PM PST 1999 Newsgroups: comp.lang.ada Date: 1999-03-03T18:53:45-08:00 List-Id: In article <36DDA9BA.E005E578@aasaa.ofe.org>, David Starner wrote: >Actually, it rather annoyed me to find it in all caps. I typed into the >program with initial caps for a reason. If it's not something that goes >out to a user, why worry about it? There is a parameter for Put in Enumeration_IO which allows either upper case of lower case in the output. The default is upper case. It is trivial to select lower case. Richard Riehle richard@adaworks.com http://www.adaworks.com