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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2e6723b897ab47fb X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.77.39 with SMTP id p7mr1259986paw.0.1344283253800; Mon, 06 Aug 2012 13:00:53 -0700 (PDT) Path: c10ni90518pbw.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Marius Amado-Alves Newsgroups: comp.lang.ada Subject: Re: Ada.Locales pseudo-string types Date: Mon, 6 Aug 2012 13:00:52 -0700 (PDT) Organization: http://groups.google.com Message-ID: <9adbd22c-307b-45ec-a7bd-57712f423b23@googlegroups.com> References: <78707b6e-88a3-453a-a37c-840f7a62e703@googlegroups.com> NNTP-Posting-Host: 188.82.45.163 Mime-Version: 1.0 X-Trace: posting.google.com 1344283253 28714 127.0.0.1 (6 Aug 2012 20:00:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 6 Aug 2012 20:00:53 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.82.45.163; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-06T13:00:52-07:00 List-Id: > But they can be converted to String: > > Put_Line (String (Country)); > > J-P. Rosen I know! Theoretically this should work, but it doesn't! I'll check again. Thanks.