07-17-2024, 11:10 AM
I have only used REDIM where my program was developing more data to add to an already filled array. Is there a circumstance where REDIM is being used other than to expand an existing array? Can't be used to ReName an existing array can it?
ReDim Array1(50) as Array2(50)
ReDim Array1(50) as Array2(50)