To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63988
                  Issue #:|63988
                  Summary:|StarBasic's IsMissing fails on multiple missing
                          |Variables if called by (,)
                Component:|api
                  Version:|1.0.0
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P4
             Subcomponent:|code
              Assigned to:|ab
              Reported by:|tbo





------- Additional comments from [EMAIL PROTECTED] Tue Apr  4 10:42:09 -0700 
2006 -------
inspiration from issue i30500

Start StarBasic-IDE.
Create a Modul.
Paste this code into it and run it.

-----------------------------8<----------------------------
Sub Main
ASubroutine(,)
End Sub

Sub ASubroutine(Optional vOpt1 as integer, Optional vOpt2 as integer)
MsgBox IsMissing(vOpt2)
MsgBox IsMissing(vOpt1)
End Sub
-----------------------------8<---------------------------- 

The second MsgBox-Call incorrectly returns False.
A workaround is to use the call ASubroutine() in
the Main routine.

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