Decimal separator

nrgyzer nrgyzer at gmail.com
Fri Feb 12 09:12:15 PST 2010


Hello everyone,

I'm trying to split an integer into a integer with decimal points (or char[] with decimal points). I already know that I can do this with std.format.doFormat() but I don't know how I can use this to convert my int (for example... 10000) to 10,000.

I hope anyone can help me :)

In this case... thanks so much for help



More information about the Digitalmars-d mailing list