https://bz.apache.org/ooo/show_bug.cgi?id=125779
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from [email protected] --- (In reply to Kris from comment #0) > In my Base file, I have a OOBasic macro. > This macro gets input out of a Form (input fields) and Tables. Does some > actions (calculations) on the data and writes it in a Table. > > This file runs already for 4 years without any problem but now I updated my > OpenOffice to 4.1.1 and I get a problem by converting data from String to > Double (CDbl()) or by getting the value of a Form - input field. > In OOBasic I get the value from an input field (string), converts it (with > CDbl()-function) and put it in a decimal variable (double). The data are > 'double' decimals but in the double-variable I get only the whole number and > not the decimals. The decimals are just cut-off. (e.g. input=2,45 and the > variable=2) > > Before, with all the previous version, I never have had a problem. If the locale was using a different decimal separator, it would produce the described issue. Please can you provide a sample spreadsheet with the problem? -- You are receiving this mail because: You are the assignee for the issue.
