To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51219
                  Issue #:|51219
                  Summary:|integer division in SB shows unexpected result
                Component:|api
                  Version:|OOo 2.0 Beta
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|sw
              Reported by:|cyb





------- Additional comments from [EMAIL PROTECTED] Sat Jun 25 17:14:55 -0700 
2005 -------
<code>
Sub Main
 Dim i as Integer
 i = 5 / 10
 print i
End Sub
</code>

The result of this little macro is - unbelievable but true - 1 .
Not 0 as is the case in C and thus in most other languages out there. What's
wrong here?
Ab -> I think this is your stuff, since it's just concerning SB and no other 
UNO-supported languages.

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