To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85349
                 Issue #|85349
                 Summary|VBA interpet NULL compatibility
               Component|scripting
                 Version|OOo 2.3.1
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|ab
             Reported by|jianhuajiao





------- Additional comments from [EMAIL PROTECTED] Fri Jan 18 08:06:53 +0000 
2008 -------
1. In OOo basic, Null compare with Null will return True.
   but in VBA, Null compare with anything will return False.
   This will cause incompatibility When VBA is enabled in OOo.

2. When VBA is enabled, some code Like below code is no compatibility with MSO 
VBA

   Dim Test As WorkSheet
   IsNull(Test) 
   IsNull will return True in OOo Basic, but it return False in MSO.

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