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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bdff64161165325d X-Google-Attributes: gid103376,public From: stt@spock.camb.inmet.com (Tucker Taft) Subject: Re: NEED Float to ASCII Conversion function Date: 1995/04/06 Message-ID: #1/1 X-Deja-AN: 100939409 sender: news@inmet.camb.inmet.com (USENET news) x-nntp-posting-host: spock.camb.inmet.com references: <3luieh$1efo@usenetp1.news.prodigy.com> organization: Intermetrics, Inc. newsgroups: comp.lang.ada Date: 1995-04-06T00:00:00+00:00 List-Id: Rodney Moore (HDTJ44A@prodigy.com) wrote: : Does anyone have a good float to ascii conversion routine? : Thanks in advance. Have you tried Text_IO.Float_IO.Put? There is a version of it that produces the result in a String rather than on a file. In Ada 95, you can also just use Float'Image. -Tucker Taft stt@inmet.com Intermetrics, Inc.