can i reduce an array to size of 0

  • Thread starter Thread starter Steven Deng
  • Start date Start date
S

Steven Deng

Hello there,

I have a question regarding array size.

dim i() as integer
...... ' somecode

redim preserve i(1 to 10)


..... 'somecode


' and then here i would like to reduce it to size 0 (or undefined) , can I
do that ? Your help or suggestion is highly appreciated!



Sincerely,
Steven Deng
 
Thanks! Good to be in this group and get the fast answers


Sincerely,
Steven Deng
 

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

Similar Threads

Using Redim on 2 dimensional array 7
Array range error question 1
Append to an array 2
Assign function return value to an array 2
Redimming (preserve) a 3D array 3
building array 3
Array Help 2
Array Limit 2

Back
Top