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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bbffc9a835f29ed6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-28 15:03:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cs.utexas.edu!geraldo.cc.utexas.edu!not-for-mail From: "Bobby D. Bryant" Newsgroups: comp.lang.ada Subject: Re: integer or string to unbounded_string? Date: Tue, 28 Jan 2003 17:00:37 -0600 Organization: dis- Message-ID: References: NNTP-Posting-Host: dial-51-71.ots.utexas.edu Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: geraldo.cc.utexas.edu 1043794834 17744 128.83.113.167 (28 Jan 2003 23:00:34 GMT) X-Complaints-To: abuse@utexas.edu NNTP-Posting-Date: Tue, 28 Jan 2003 23:00:34 +0000 (UTC) User-Agent: Pan/0.13.3 (That cat's something I can't explain) Xref: archiver1.google.com comp.lang.ada:33523 Date: 2003-01-28T17:00:37-06:00 List-Id: On Tue, 28 Jan 2003 22:52:26 +0100, Bjoern Schiessle wrote: > Hello, > i need to convert a integer to unbounded_string. I have found the > function integer'image() but this function gives me an string. How can i > convert this string to unbounded string or directly integer to > unbounded_string? To_Unbounded_String( Integer'Image( Whatever ) ) -- Bobby Bryant Austin, Texas