Converting integer to ascii with commas.

Started by
1 comment, last by Roof Top Pew Wee 20 years, 6 months ago
Does anyone know of a function that does this? I guess I could write my own, but just wondering if there was a common function that converts something like 10000000 (numerical) to 10,000,000 (ascii text). If not, I guess I''ll just write my own. --Vic-- The future of 2D game development: Flat Red Ball
Advertisement
Not that I''m aware of.
CoV
I wrote my own a few years ago because I couldn''t find a standard library function that did it. It was pretty trivial.

This topic is closed to new replies.

Advertisement