How would I use a @printf macro to use commas for thousands separators in integers?
@printf "%d \n" 12345678 This outputs: 12345678 I would like the output to be: 12,345,678 Thanks...Archie
How would I use a @printf macro to use commas for thousands separators in integers?
@printf "%d \n" 12345678 This outputs: 12345678 I would like the output to be: 12,345,678 Thanks...Archie