Forum Discussion
Anonymous
4 years agoNot applicable
Space as thousand seperator using Format()
Hi, I need to use a space as thousand seperator in my format function: In this example i used ',' as a seperator and everything is fine: when I change the ',' with a ' ' (space) you see ...
- 4 years ago
Anonymous , In case comma, it does it automatically
try
"### ### ###.##"
amitchandak
Super User
4 years agoAnonymous , In case comma, it does it automatically
try
"### ### ###.##"
Anonymous
4 years agoNot applicable
I was looking for a more generic or automatic way, but if there is no other solution I will have to do it this way ..
Thanks for your answers.