|
-
Dec 3rd, 2000, 04:18 PM
#1
Thread Starter
Hyperactive Member
Hey, is there a way to make an array that you can ADD more, or DELETE some.
like
dim TheMax as integer
global Array(1 to TheMax)
or something, so where
i can add MORE arrays to it, or DELETE arrays
so
Array(40) ' Delete it
so u can only have Array(39) or lower
or add one so u can have up to Array(41)
And such
I have a normal array right now.. but i can't add any more, or delete any.
I want flexibility
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
|