On Dec 30, 2004, at 9:09 PM, Ken Fleisher wrote:
I have defined a property of a custom class (called ICCProfile) as a
collection:
Tags As Collection
In a method within the ICCProfile class, I am trying to add objects to
that collection:
Dim c As customClass
c = new customClass
// Add values to properties of c here
Tags.Add c, "key" // This line gives me a nilObjectException
Am I trying something that is not allowed or do I just have the syntax
wrong?
Do you have a
tags = new Collection
anywhere ?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|