J Jan Oct 13, 2003 #1 Hi there. Another newbee question, does somebody knows they answer? Thank you very much
H Herfried K. Wagner [MVP] Oct 13, 2003 #2 * Jan said: Another newbee question, does somebody knows they answer? Click to expand... Have a look at 'Erase'. ;-)
* Jan said: Another newbee question, does somebody knows they answer? Click to expand... Have a look at 'Erase'. ;-)
C Cor Oct 13, 2003 #3 Hi Jan, There are a lot of arrays in vb.net with different method's to clear. A fixed array you can clear wit redim by instance. Cor
Hi Jan, There are a lot of arrays in vb.net with different method's to clear. A fixed array you can clear wit redim by instance. Cor
R Robin Tucker Oct 13, 2003 #4 An array of the form Dim myThings() As Things is cleared using myThings.Clear (). Same for Dim myThings As ArrayList = new ArrayList.
An array of the form Dim myThings() As Things is cleared using myThings.Clear (). Same for Dim myThings As ArrayList = new ArrayList.