Results 1 to 2 of 2

Thread: Need help ReDimming array to empty

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    1
    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?

  2. #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
  •  



Click Here to Expand Forum to Full Width