|
-
Nov 25th, 2000, 01:44 PM
#1
Thread Starter
Lively Member
I have an array:
Dim MyArray (1 to 20, 9)
How can a Rediminsion the first part of the array?
Later in the code, I need to increase it's size to an unknown amount: (1 to X, 9)
The '9' never needs to change........ I tried a few different ways of using the ReDim statement, but none have worked.
BTW - I assume you don't loose data already stored when you do this?
Thanks for any help.
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
|