Question
thousands separator
I have numbers entered like this: 10000,25 - 24587,16 and I would like them to become like this: 10.000,25 - 24.587,16, i.e. that there was a point between the thousands while the decimal point should remain. Is there any way... a grep style for example or something similar to fix?
