Hi everyone 
I have a question, I need print a value like below.
Exemple:
A = 100,00;
B = 3.200,10;
TOTAL = A + B;
The final result is 103.2 why? I need of the Total 3.300,10
How I can make this?
Thanks all!

I have a question, I need print a value like below.
Exemple:
A = 100,00;
B = 3.200,10;
TOTAL = A + B;
The final result is 103.2 why? I need of the Total 3.300,10
How I can make this?
Thanks all!
Comment