|
-
Oct 28th, 2005, 04:51 AM
#1
Thread Starter
Junior Member
Collection Inside Collection
Hello, I'd like to know if it is possible and how it can be done to
make collections with inside a class that contains another collection.
I tried it: when I es. add an item to the Inside collection, VB says
Method or data member not found.
Calling Collection1 the main and Collection2 the inside, I wrote:
Coll1.add (...args..., Coll2)
Coll1(1).Coll2(1).Property... ... Method or data member not found
I'm a self-learning (I'm not sure if this is the right way to say) so I'm not sure what is the problem.
Any chance to do this?
Thanks, Gibbofresco
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
|