To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62230
Issue #:|62230
Summary:|Basic function CCur doesn't respect local settings
Component:|framework
Version:|OOo 2.0.1
Platform:|PC
URL:|
OS/Version:|Windows XP
Status:|UNCONFIRMED
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|code
Assigned to:|tm
Reported by:|regina
------- Additional comments from [EMAIL PROTECTED] Fri Feb 17 14:01:16 -0800
2006 -------
I use German OOo202rc1 on German XP, with local settings to German(German). In
Online-Help for CCur (/text/sbasic/shared/03100050.xhp) you find the text "The
locale settings are used for decimal separators and currency symbols."
(par_idN10545). But try this macro
Sub Main
DIM Ziel as Currency
Ziel=CCur("4,567.8")
msgbox Ziel
End Sub
You get 4567.8000
That is US form.
CCur("4.567,8") returns 4.5670
CCur("4567,8") returns 45678.000
So either CCur works wrong or the Online-Help is wrong.
---------------------------------------------------------------------
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]