Post Reply 
Display numbers in MsgBox with groupings
04-09-2021, 06:10 PM
Post: #1
Display numbers in MsgBox with groupings
I would like to display the numerical output in MsgBox with digit groupings.

for e.g. when I do
x:= 1000000;
MSGBOX("value of x "+ROUND(x,2));

I would like the output to display 1'000'000 instead of 1000000.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Display numbers in MsgBox with groupings - photometer - 04-09-2021 06:10 PM



User(s) browsing this thread: 1 Guest(s)