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,a468bd087b9e90b1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-05 19:41:11 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: wzm@venusic.com (wzm) Newsgroups: comp.lang.ada Subject: Re: question about printing numbers on screen Date: 5 Jul 2001 19:41:11 -0700 Organization: http://groups.google.com/ Message-ID: <90bbca14.0107051841.405fa7be@posting.google.com> References: NNTP-Posting-Host: 61.164.194.76 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 994387271 27821 127.0.0.1 (6 Jul 2001 02:41:11 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 6 Jul 2001 02:41:11 GMT Xref: archiver1.google.com comp.lang.ada:9529 Date: 2001-07-06T02:41:11+00:00 List-Id: "Beau" wrote in message news:... > 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? I think you should write a subprogram for your own. It's just easy to process a simple string.