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.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a468bd087b9e90b1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-06 14:42:28 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!213.56.195.71!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: question about printing numbers on screen Date: Fri, 6 Jul 2001 16:41:55 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 994455743 97437 137.194.161.2 (6 Jul 2001 21:42:23 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Fri, 6 Jul 2001 21:42:23 +0000 (UTC) Cc: , To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:9579 Date: 2001-07-06T16:41:55-05:00 If your compiler supports Annex F, then you can use the Edited Output package described in RM95, F.3. The packages available are Text_IO.Editing,, and Wide_Text_IO.Editing. The types of data must be Decimal types -- i.e., modular types with a 'Small attribute which is an integer power of 10. ----- Original Message ----- From: "Beau" Newsgroups: comp.lang.ada To: Sent: July 05, 2001 5:42 PM Subject: question about printing numbers on screen > How would I print an integer variable on the screen whose number was in the > thousands > say 10000 but have it print like this: > > 10,000 > > how would I put in the comma to seperate? > -- > ~Beau~ > beau@hiwaay.net > > > > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada >