|
-
Mar 30th, 2006, 11:38 PM
#1
Thread Starter
Member
[RESOLVED] Making Arrays larger
For this question I am using VB.NET 2003.
I know to make an array larger you use the ReDim Preserve "array" command, but I was wondering how to determine if my original array is too small.
If I make an array 50 "blocks" long, and I am reading from a file that has 55 lines, then how do I know that the array is too small and therefore should make it 100 blocks long, etc.
Thanks
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
|