Hi there
I have some values that I need to add up but it is too big for a normal double value. How do I manage around this? The values can be negative or positive and can go up to $99 999 999 999.99. I have a context array that I need to loop through and add up these values.
Thanks,
Jan