View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Compare the number of elements in two different arrays

If elements are deleted, one could define a new array, reorganize into that and
erase the original.

But to be honest, I can't remember do that kind of thing as often as inspecting
some kind of list and extracting just the things I wanted to create my array.

Bernd P wrote:

Hello Dave,

Hmm, and if he often deletes random elements? Then your approach seems
to be dying with garbage collection (= rearranging elements), right?

Regards,
Bernd


--

Dave Peterson