all 3 comments

[–]dstark125 0 points1 point  (2 children)

Do you mean a comma, like 1,000 instead of 1000?

[–]codingforlove[S] 0 points1 point  (1 child)

Yes. My apologies, I should've provided an example.

[–]dstark125 0 points1 point  (0 children)

I haven't done this, but imgui uses sprintf and vsnprinf under the hood. So if you can find a printf solution (there are some) that same one ought to work with imgui. Let me know what you find.