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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-28 13:52:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!opentransit.net!fu-berlin.de!uni-berlin.de!pd9e60e73.dip.t-dialin.NET!not-for-mail From: Bjoern Schiessle Newsgroups: comp.lang.ada Subject: integer or string to unbounded_string? Date: Tue, 28 Jan 2003 22:52:26 +0100 Message-ID: NNTP-Posting-Host: pd9e60e73.dip.t-dialin.net (217.230.14.115) Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 1043790747 33901263 217.230.14.115 (16 [117782]) X-Orig-Path: not-for-mail User-Agent: Pan/0.11.2 (Unix) X-Comment-To: ALL Xref: archiver1.google.com comp.lang.ada:33519 Date: 2003-01-28T22:52:26+01:00 List-Id: 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? Thanks a lot! Bjoern