I have a custom array of formatted numbers like the following:
[15.325,00 2.314,00 99.990,00 1.112.345,00]
How can I sum them to 1.229.974,00
? Do I have to reformat them to integers (by some means), sum them and format the result? This format doesn't look like a standard one.