|
-
Apr 3rd, 2000, 12:52 AM
#1
Thread Starter
New Member
I have a dynamic array which I resize as needed. The problem is when I want to resize it to nothing, that is, no elements in the array. I can't just use ReDim aArray(0), because that leaves one element in the array (because of Option Base 0). How can I redimension the array to be nothing?
-
Apr 3rd, 2000, 12:54 AM
#2
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
|