To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=105321
                 Issue #|105321
                 Summary|scripting: Not str1 = "" causes "Data type mismatch"
               Component|framework
                 Version|DEV300m59
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|pflin





------- Additional comments from pf...@openoffice.org Thu Sep 24 09:26:05 +0000 
2009 -------
The following macro causes "Data type mismatch"

Sub test()
    Dim str1 As String
    str1 = "foo"
    Do While Not str1 = ""
        MsgBox str1
        Exit Sub
    Loop
End Sub

But it is ok in VB6

---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to