How to create an Array of BitArray??

  • Thread starter Thread starter James
  • Start date Start date
J

James

Hi,

Does anyone knows if it is possible to create an Array of Bitarrays. In such
a way that I can dinamically change the lenght of each bitarray and redim
the array of bitarray???
 
James,

As soon as you want to start using Redim, have than a look at the arraylist
class.

(with exception the of a bytearray themselves and things like that)

I hope this helps,

Cor
 
Is there any other way using or not redim that I can dinamically increase
the lenght of the array (or other structure) of bitarrays and each bitarray
itself???

Thanks,

James
 
James,

As soon as you want to start using Redim, have than a look at the arraylist
class.

(with exception the of a bytearray themselves and things like that)

I hope this helps,

There are programmers I have worked with, whom I wish I could tattoo this
on. One of them went so far as to write a bubble sort... you'd think it
would kill him to glance at the documentation once in a while.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top