To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=76852 Issue #|76852 Summary|Basic : incorrect conversion Single to String Component|scripting Version|OOo 2.2 Platform|PC URL| OS/Version|Windows XP Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|kr Reported by|bmarcelly
------- Additional comments from [EMAIL PROTECTED] Wed May 2 12:28:43 +0000 2007 ------- Run this Basic macro: Dim s as single s = 999999 print s ' display : 999999 s = s+1 print s ' display : 1 ***** incorrect *** s = s+1 print s ' display : 1.000001E6 Same error with this: Dim s as single s = 1000000 print CStr(s) --------------------------------------------------------------------- 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]
