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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f080c23e285d0657 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Michael R Newsgroups: comp.lang.ada Subject: Re: ustrings Date: Tue, 28 Dec 2010 12:31:44 -0800 (PST) Organization: http://groups.google.com Message-ID: <9d6f7c18-1b16-412e-92e3-ac9ec433d55a@glegroupsg2000goo.googlegroups.com> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 76.126.190.57 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1293568305 27366 127.0.0.1 (28 Dec 2010 20:31:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 28 Dec 2010 20:31:45 +0000 (UTC) In-Reply-To: <4a160021-835c-4ca1-9361-02ec4b0a093e@n10g2000yqd.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.126.190.57; posting-account=iokpWwkAAAC4FdoU8cY5F_WfowBALHIE User-Agent: G2/1.0 Xref: g2news2.google.com comp.lang.ada:17179 Date: 2010-12-28T12:31:44-08:00 List-Id: Hi, Unbounded strings are part of the standard library: http://www.adaic.org/resources/add_content/standards/05rm/html/RM-A-4-5.html Take care, Michael.