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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8f2146b9c1ab93cc,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-12 05:27:50 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!73155-cm.able.ES!not-for-mail From: "Nazgul" Newsgroups: comp.lang.ada Subject: ToString? Date: Tue, 12 Mar 2002 14:16:12 +0100 Message-ID: NNTP-Posting-Host: 73155-cm.able.es (212.97.173.155) X-Trace: fu-berlin.de 1015938993 16067489 212.97.173.155 (16 [107015]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:21109 Date: 2002-03-12T14:16:12+01:00 List-Id: Is there something like Integer'ToString(xxx) that converts an integer to a string ? Thanks.