A friend of mine from the UK was testing a program I wrote in which there are parts where the user needs to input a double, almost always a decimal. Since he is from the UK, he has his regional setting on Windows set to European, thus, our decimal points are commas for them. Since my program is looking for decimal points, it crashes when it sees a comma used in that manner. Of course, when he set his regional settings to US, the program ran fine with no errors, but then he cant use any of his other programs. So, I need a way to make my program compatible with input in which a comma is a decimal point. Any help would be greatly appreciated.
Thanks in advance,
Lee