MathGroup Archive 2001

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: How can I transform the number of 123.456 into "123.456"?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26524] Re: [mg26515] How can I transform the number of 123.456 into "123.456"?
  • From: Jean-Marie THOMAS <jmt at agat.net>
  • Date: Wed, 3 Jan 2001 04:08:43 -0500 (EST)
  • References: <200101010732.CAA09656@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

r = Random[Integer, {10^4, 10^9}];

ToString[NumberForm[r, 10, DigitBlock -> 3, NumberSeparator -> "."]]

"175.833.436"

On Monday 01 January 2001 08:32, liwen liwen wrote:
Dear friend:
            Happy New Year!
I want to transform the numbers such as 123.456 or
345.89087 into strings as "123.456" or "345.89087" ,
Could you help me?
Thank you very much!

Best regards,

Liwen
E-mail:  gzgear at yahoo.com

 12/30/2000



__________________________________________________
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/



  • Prev by Date: Re: How can I transform the number of 123.456 into "123.456"?
  • Next by Date: Re: Transparent Layering w/ Solids
  • Previous by thread: How can I transform the number of 123.456 into "123.456"?
  • Next by thread: Re: How can I transform the number of 123.456 into "123.456"?