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,2b9a514a774de8f8,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-28 09:19:32 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: Text IO Date: 28 Aug 2001 09:19:31 -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 999015571 15282 127.0.0.1 (28 Aug 2001 16:19:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 28 Aug 2001 16:19:31 GMT Xref: archiver1.google.com comp.lang.ada:12522 Date: 2001-08-28T16:19:31+00:00 List-Id: I was wondering how to convert integers and floats to strings for output to text files...someone already suggested the following: For convert Integers to/from Strings check out the attributes 'Image (to) and 'Value (from) I couldn't get this to work though. Any other ideas?? thanks