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=-2.5 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, STOX_REPLY_TYPE,TVD_FINGER_02 autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,91965a012526b259 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: Float to String Date: Sat, 13 Nov 2004 10:53:22 -0600 Organization: Cuivre, Argent, Or Message-ID: References: <220c7e104b45a9c8f59f8adbbb88f08d@localhost.talkaboutprogramming.com> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1100364852 52410 212.85.156.195 (13 Nov 2004 16:54:12 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Sat, 13 Nov 2004 16:54:12 +0000 (UTC) Cc: comp.lang.ada@ada-france.org To: "Ginduskina" Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:6188 Date: 2004-11-13T10:53:22-06:00 The string is obtained from a float value by calling the image attribute of the Float type, i.e. Float'Image () The value represented by the string is obtained as follows Float'Value (< some string representing a floating-point value>) ----- Original Message ----- From: "Ginduskina" Newsgroups: comp.lang.ada To: Sent: November 13, 2004 10:39 AM Subject: Re: Float to String > Hello. This may seem a syupid question, given the kind of replies users > have posted so far yet, but.... I can't understand how to pass from float > to string.. i don't need much precision, i just need the instruction/s i > need to use to get my string with my float number... which will have its > point numbers, and the exponent numbers > > Please help!! > > > (Thank You) > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada-france.org > http://www.ada-france.org/mailman/listinfo/comp.lang.ada > >