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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e3dab9d82ac3f774,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!k22g2000yqh.googlegroups.com!not-for-mail From: Rego Newsgroups: comp.lang.ada Subject: JEWL Editbox_type output numerics Date: Tue, 14 Dec 2010 05:24:27 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1292333067 2603 127.0.0.1 (14 Dec 2010 13:24:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 14 Dec 2010 13:24:27 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k22g2000yqh.googlegroups.com; posting-host=201.7.145.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:15925 Date: 2010-12-14T05:24:27-08:00 List-Id: Hi, I have a JEWL editbox_type which I want to output a float number in a 0.00 format (instead of exponencial 0.0e0 format). The default way (which shows exponencial) is to do Set_Text (My_Editbox, Float'Image (My_Float)), so but how do I do this the other way? Tkx