Is there any way to force the least significant decimal digit to remain visible if 0?
For instance
When I try a format: '(,ddd).dddd', on a number like 123456.1230
The number 123.456,123 is displayed. I would like to keep that 0 visible.
BTW, thanks for repairing the format issue.
Is there any way to force the least significant decimal digit to remain visible if 0?
For instance
When I try a format: '(,ddd).dddd', on a number like 123456.1230
The number 123.456,123 is displayed. I would like to keep that 0 visible.
BTW, thanks for repairing the format issue.