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,5faad1722103f6a7 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!news-mue1.dfn.de!news-ham1.dfn.de!news.zfn.uni-bremen.de!informatik.uni-bremen.de!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: 7E7 Flight Controls Electronics (COBOL Popularity) Date: Sat, 12 Jun 2004 11:16:31 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <90Stc.15309$be.3117@newsread2.news.pas.earthlink.net> <40BE6BFD.8030305@noplace.com> <40BF141F.8020001@noplace.com> <40C38E7C.64564F@notes.udayton.edu> <99nyc.10465$uX2.6211@newsread2.news.pas.earthlink.net> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1087038991 28353 134.91.1.34 (12 Jun 2004 11:16:31 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Sat, 12 Jun 2004 11:16:31 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: g2news1.google.com comp.lang.ada:1422 Date: 2004-06-12T11:16:31+00:00 List-Id: Warren W. Gay VE3WWG wrote: : If I were to make a flying leap and : guess, I would say that neither Java, nor C# have : a standard routine to do this for the programmer For Java, there is a NumberFormat class (hierarchy) which uses format strings. Quite flexible, we used them for amounts of money in Swiss notation which uses ' as a group separator. Floats in Java is another story though.