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: sal714@rs710.gsfc.nasa.gov (Stephen A. Leake) Subject: Re: NEED Float to ASCII Conversion function Date: 1995/04/06 Message-ID: #1/1 X-Deja-AN: 100939403 distribution: world references: <3luieh$1efo@usenetp1.news.prodigy.com> organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA newsgroups: comp.lang.ada Date: 1995-04-06T00:00:00+00:00 List-Id: package My_Float_IO is new Text_IO.Float_IO (MY_FLOAT); A_Float : MY_FLOAT := 2.3; A_String : STRING (1 .. 32); -- must be big enough My_Float_IO.Put (To => A_String, Item => A_Float); - Stephe -- Stephen Leake, NASA Goddard Space Flight Center email: Stephen.Leake@gsfc.nasa.gov