|
-
Feb 10th, 2005, 10:07 PM
#1
Thread Starter
Frenzied Member
Dynamic arrays in visual basic - do they exist?
Anyone know?
for example, how can i add items to a string array, without defining a size?
i hate having to redim preserve string (ubound(string) + 1) for each and every item i add to it... and it just seems that for thousands of items, this would be slow (btw i dont know know how many items to add - i just parse data and add them as they come along)
Also, how can u 'clear' an array?
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
|