To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73865
                 Issue #|73865
                 Summary|Option ClassModule status ?
               Component|api
                 Version|OOo 2.0.2
                Platform|PC
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|jsc
             Reported by|aladdin2k7





------- Additional comments from [EMAIL PROTECTED] Thu Jan 25 05:43:47 -0800 
2007 -------
Hi there,

I was wandering what is the status of option ClassModule with Property Get/Let 
because this example  didn't work in OOo 2.0.2 (sorry can test right now with 
another version).

This indicates <missing paramaters> for Index variable in the Property Get, so 
we can't use Property ?

Module main 

Sub Main
Dim test As New TestClass
print test.Item("3")
End Sub

-----------------------------

Module TestClass

Option Compatible          
Option ClassModule

 
Property Get Item(Index)
item = Index+1
End Property

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