Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting Numbers

Status
Not open for further replies.

JohnnyBGoode

Programmer
May 1, 2002
76
CA
I have a string: x = '10000.00';
I would like this string formatted such to look like: "10,000.00".

What is the best way to do this?
 
you almost answered your own question in the question itself.
try
FormatNumber(x) A language that doesn't affect the way you think about programming is not worth knowing.
admin@onpntwebdesigns.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top