To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54049
                  Issue #:|54049
                  Summary:|Basic : String to Currency conversion is incorrect
                Component:|framework
                  Version:|OOO 2.0 Beta2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|scripting
              Assigned to:|npower
              Reported by:|bmarcelly





------- Additional comments from [EMAIL PROTECTED] Wed Aug 31 09:43:38 -0700 
2005 -------
In a document create this macro and run it:

Sub bugStr2Curr
dim c as currency, t as string
t = "200,0000"
c = t
msgbox(t & " = " & c)
End Sub 

On my 1.9.113 Win XP I get :
200,0000 = 6333188975989.7600 

Another user on Linux OOo2Beta2RC gets this :
200,0000 = 0.0001

Other values for t give other strange values. Sometimes even without the comma.
Conclusion : the implicit conversion from string to currency is bugged.

---------------------------------------------------------------------
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]

Reply via email to