Is there a function in sprintf to split numbers with commas for readability. I can roll my own but would rather not reinvent the wheel.
ie.
12000000 => 12,000,000
256675 => 256,675
It is purely for readability.
Keith
ie.
12000000 => 12,000,000
256675 => 256,675
It is purely for readability.
Keith