|
-
August 16th, 1999, 02:57 PM
#1
Limitations of collections in VB
Is it true that a collection in Visual Basic can only have a length of 256 and no more?
How do we overcome this limitation?
I want to store objects (about 2500 in number). What is the easiest & fastest way to do it ? Does Visual Basic offer workaround?
Is there any way I could emulate a collection object using an array of objects internally inside a class exposing the same methods & properties as those exposed by a collection? I have already used a collection in my code & want to disturb the code already written as least as possible.
Please help me ASAP.
Thanks.
Sanjay.
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
|