I am generating data, and the final output is in the form of numbers ranging from one digit to 12, and I would just like to add comma's in from the right side to indicate thousands, etc.. just to make reding easier. (Output is Kbytes from another prog)
I want to convert 111111 to 111,111 or 11111 to 11,111 when I am printing the output.
Whats the magic?
I want to convert 111111 to 111,111 or 11111 to 11,111 when I am printing the output.
Whats the magic?