To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78144
------- Additional comments from [EMAIL PROTECTED] Fri Jun 22 20:19:37 +0000 2007 ------- cDbl never returns a floating point number except for times, no matter what locale is set. The US-Date fails even with US-locale. '##### CODE a() = Array(in_one_line) ############## sub test_cDbl on error goto myErr a() = Array("123,456", "123.456", "1,2,3", "1.2.3", "2000-12-31 06:00:00", "2000/31/12", "abc") for i = 0 to uBound(a()) a(i) = cSng(a(i)) next msgbox join(a, chr(10)) exit sub myErr: a(i) = "<"& a(i) &">" resume next end sub --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]