Alexander Kempf
April 11th, 2001, 04:27 AM
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
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