|
-
Jul 5th, 2003, 05:07 PM
#1
Thread Starter
Lively Member
More stuff with arrays...
I think i might have narrowed my problem down to the array... how do i create and expand an array?
redim? right
well, is there a way i can just
Dim Array()
and then add to it without using redim?
-
Jul 5th, 2003, 06:04 PM
#2
Frenzied Member
No, that will not work. You have to use redim, or you can just use an ArrayList to dynamically add and remove elements.
-
Jul 5th, 2003, 09:26 PM
#3
Thread Starter
Lively Member
When i redim, it add keeps all my old data, right?
-
Jul 5th, 2003, 09:32 PM
#4
Frenzied Member
You have to use Redim preserve to keep the old stuff
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
|