Issue 73865 - Option ClassModule status ?
Summary: Option ClassModule status ?
Status: ACCEPTED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC All
: P3 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-25 13:43 UTC by aladdin2k7
Modified: 2017-05-20 11:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description aladdin2k7 2007-01-25 13:43:47 UTC
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
Comment 1 jsc 2007-01-25 14:41:23 UTC
jsc -> ab: can you please check this
Comment 2 aladdin2k7 2007-01-25 16:25:26 UTC
I confirm this problem on OOo 2.0.4 and OOo 2.1 either.
Comment 3 ab 2007-01-26 08:24:13 UTC
STARTED, OOo 2.x
Comment 4 aladdin2k7 2007-02-09 08:44:47 UTC
related to #71492 ?
Comment 5 aladdin2k7 2007-09-07 10:06:47 UTC
Same result with OOo 2.3 RC1
Comment 6 Martin Hollmichel 2007-11-09 17:28:23 UTC
set target from 2.x to 3.x according to
http://wiki.services.openoffice.org/wiki/Target_3x
Comment 7 Marcus 2017-05-20 11:28:04 UTC
Reset assigne to the default "issues@openoffice.apache.org".