RE: printing number with commas in it

2003-01-15 Thread Danny Grzenda
EMAIL PROTECTED]' Subject: Re: printing number with commas in it From: "Johnson, Reginald (ECCS)" <[EMAIL PROTECTED]> > I am trying to print a number with commas in it. I cannot find the > correct syntax to do this with printf. I considered using the substr > function b

Re: printing number with commas in it

2003-01-15 Thread Jenda Krynicky
From: "Johnson, Reginald (ECCS)" <[EMAIL PROTECTED]> > I am trying to print a number with commas in it. I cannot find the > correct syntax to do this with printf. I considered using the substr > function but this depends on mealways knowing the size of the number. > Can you help me with this?

RE: printing number with commas in it

2003-01-15 Thread Beau E. Cox
ing number with commas in it > > > > > > -Original Message- > > From: Dan Muey > > Sent: Wednesday, January 15, 2003 9:19 AM > > To: Beau E. Cox; Johnson, Reginald (ECCS); [EMAIL PROTECTED] > > Subject: RE: printing number with commas in it > &

RE: printing number with commas in it

2003-01-15 Thread Dan Muey
> -Original Message- > From: Dan Muey > Sent: Wednesday, January 15, 2003 9:19 AM > To: Beau E. Cox; Johnson, Reginald (ECCS); [EMAIL PROTECTED] > Subject: RE: printing number with commas in it > > > > Hi Reggie! > > > > > -Original

RE: printing number with commas in it

2003-01-15 Thread Dan Muey
> Cc: [EMAIL PROTECTED] > Subject: RE: printing number with commas in it > > > Reggie Wrote: > > > > I am trying to print a number with commas in it. I cannot > > find the correct syntax to do this with printf. > > I considered using the substr function but th

RE: printing number with commas in it

2003-01-15 Thread Dan Muey
> Hi Reggie! > > > -Original Message- > > From: Johnson, Reginald (ECCS) [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 14, 2003 11:32 AM > > To: '[EMAIL PROTECTED]' > > Subject: printing number with commas in it > > > > > > I am trying to print a number with commas in it. I canno

RE: printing number with commas in it

2003-01-15 Thread Westgate, Jared
Reggie Wrote: > > I am trying to print a number with commas in it. I cannot > find the correct syntax to do this with printf. > I considered using the substr function but this depends on > mealways knowing the size of the number. > Can you help me with this? I like to use the method listed in t

RE: printing number with commas in it

2003-01-15 Thread Beau E. Cox
Hi Reggie! > -Original Message- > From: Johnson, Reginald (ECCS) [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 14, 2003 11:32 AM > To: '[EMAIL PROTECTED]' > Subject: printing number with commas in it > > > I am trying to print a number with commas in it. I cannot find > the correc