RE: [DQSD-Users] Calculator problem: comma vs. period

2003-01-30 Thread Monty Scroggins
hmmmThis is cheesy workaround for this problem, but you could maybe add this line - var expr = expr.replace(/\,/g, .); at line 9 of calculate.js. This replaces any commas with decimals in the math expression.. Of course every toolbar upgrade will overwrite calculate.js, so you will need to

RE: [DQSD-Users] Calculator problem: comma vs. period

2003-01-30 Thread Krohne Gregory Contr AFRC/SCOS
a feature request to include this particular change, and perhaps another feature request to support regional settings in general. Regards, Gregory Krohne From: Monty Scroggins [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [DQSD-Users] Calculator problem: comma vs. period Date: Thu, 30 Jan