To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64396
                  Issue #:|64396
                  Summary:|allow basic to handle default method like syntax for
                          |object that support that
                Component:|framework
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|ENHANCEMENT
                 Priority:|P3
             Subcomponent:|scripting
              Assigned to:|npower
              Reported by:|npower





------- Additional comments from [EMAIL PROTECTED] Fri Apr 14 06:21:59 -0700 
2006 -------
In vba many objects, especially collection have a default method maybe ommitted
when writing code.

For a fictious object MyCollection which has a default method "Item" the
following lines of code are equivalent:

MyCollection(1)
MyCollection.Item(1)

This enhancement is especially useful for vba interop work.

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