You
need two steps:
-
multiply by 100 to eliminate the decimals
-
divide by 100, setting decimalseparator=UserDefault
The
reason is that "decimalseparator=UserDefault" defines both input
interpretation and
output representation, and you need to interpret the input with
"," and the output with "."
|