|
-
April 11th, 2001, 04:27 AM
#1
OCX property(let) with string array as parameter
Hi all,
I'm trying to create an OCX with a property
which is of the type String(). It looks like
this:
public property let myProp(p() as string)
public property get myProp() as string()
When compiling everything seems fine. But
when the program calls the property(let)
the parameter p() is not initialized. So
when calling the UBound(p)-function an
error is raised. What is wrong about the
property? Any ideas anyone?
Thanks in advance,
Alexander Kempf
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|