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