Hi all,
When I get an amount using regex, if I log message the variable as string it appears correctly, for example 61,88. But if I convert to double the variable because I need to multiply, it converts 61,88 to 6188. So when I multiply the amout is incorrect.
Do you know how can I handle this?
Many thanks