Originally Posted By: 5618
Originally Posted By: GEFFO
P.S. My calculator can't seem to read or process commas lol. How do I get it to do this?
Calculations are done with the English period notation for decimal numbers.
You could probably replace commas by periods beforehand though:
Code:
$calc($replace($$2-,$chr(44),$chr(46)))


Oh, I didn't even think he could mean that, and I live in a place where we use commas :P


Learning something new every day.