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,933b2bd4e50af733,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-23 09:03:21 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: mraikes@vt.edu (Matt Raikes) Newsgroups: comp.lang.ada Subject: Integer to String and Reverse Date: 23 Aug 2001 09:03:21 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 204.245.128.36 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 998582601 13914 127.0.0.1 (23 Aug 2001 16:03:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 23 Aug 2001 16:03:21 GMT Xref: archiver1.google.com comp.lang.ada:12334 Date: 2001-08-23T16:03:21+00:00 List-Id: I am looking for Ada functions that work the same way as the C atoi and itoa functions. Anyone have any ideas for me? thanks in advance matt